---
title: "Rename tool names"
method: PUT
path: "/tool/name"
tags: ["tool"]
---

# Rename tool names

`PUT /tool/name`

Rename one or more tool names within a project

## Request body

- HandlerRenameToolNameReq
  - `rename` HandlerToolRenameItem[], required
    - `new_name` string, required
    - `old_name` string, required

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` HttpclientFlagResponse
    - `errmsg` string
    - `status` integer

## Changes

- **2025-11-12** `60286e4b1aad` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/tool/name/put.md)

---

[API](https://skmtc.dev/memodb-io/apis/acontext-api.md) · [All operations](https://skmtc.dev/memodb-io/apis/acontext-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/memodb-io/acontext-api/revisions/557175c1ac01/schema)
