---
title: "Edits a tool"
method: PUT
path: "/tool/{packageName}"
tags: ["tool"]
---

# Edits a tool

`PUT /tool/{packageName}`

## Path parameters

- `packageName` string, required

## Request body

- ToolEdit
  - `activeVersion` string — Active version of the tool
  - `title` string — Tool title - displayed to users in the dashboard/Vincent Explorer UI
  - `description` string — Tool description - displayed to users in the dashboard/Vincent Explorer UI
  - `packageName` string, required — Tool NPM package name

## Response `200`

Successful operation

- ToolRead
  - `_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 — 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

## Other responses

- `400` — Invalid input
- `422` — Validation exception
- `default` — Unexpected error

## Changes

- **2025-06-24** `d4634804dbfb` — 1 breaking, 4 info
  - added the new required request property `packageName`
  - the request property `activeVersion` became optional
  - the request property `description` became optional
  - the request property `title` became optional
  - …1 more
- **2025-06-19** `e514cea423bb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/tool/:packageName/put.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/d4634804dbfb/schema)
