---
title: "Lists all tools"
method: GET
path: "/tools"
tags: ["Tool"]
---

# Lists all tools

`GET /tools`

## Response `200`

Successful operation

- Tool[]
  - `_id` string, required — Document ID
  - `updatedAt` string, date-time, required — Timestamp when this was last modified
  - `createdAt` string, date-time, required — Timestamp when this was created
  - `packageName` string, required — Tool NPM package name
  - `title` string, required — Tool title - displayed to users in the dashboard/Vincent Explorer UI
  - `authorWalletAddress` string, required — Author wallet address. Derived from the authorization signature provided by the creator.
  - `description` string, required — Tool description - displayed to users in the dashboard/Vincent Explorer UI
  - `activeVersion` string, required — Active version of the tool
  - `deploymentStatus` 'dev' | 'test' | 'prod' — Identifies if a tool is in development, test, or production.
  - `isDeleted` boolean — Whether or not this Tool is deleted

## Other responses

- `default` — Unexpected error

## Changes

- **2025-07-02** `cfdc102dddd1` — 1 info
  - added the optional property `items/isDeleted` to the response with the `200` status
- **2025-07-02** `433f98e35cde` — 1 info
  - the response property `items/title` became required for the status `200`
- **2025-06-29** `dc8cacfac551` — 1 info
  - added the optional property `items/deploymentStatus` to the response with the `200` status
- **2025-06-28** `f36ee26d6286` — 1 info
  - the response required property `items/authorWalletAddress` became read-only for the status `200`
- **2025-06-28** `f7b25b5b140b` — 2 info
  - api tag `Tool` added
  - api tag `tool` removed

[Full history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/tools/get.md)

---

[API](https://skmtc.dev/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/revisions/cfdc102dddd1/schema)
