---
title: "Edit Mcp Toolset"
method: PUT
path: "/v1/mcp/toolset"
tags: ["mcp"]
---

# Edit Mcp Toolset

`PUT /v1/mcp/toolset`

Update an existing MCP toolset (admin only)

## Headers

- `litellm-changed-by` string, nullable

## Request body

- UpdateMCPToolsetRequest
  - `toolset_id` string, required
  - `toolset_name` string, nullable
  - `description` string, nullable
  - `tools` MCPToolsetTool[], nullable
    - `server_id` string, required
    - `tool_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-30** `24ad9eaf6a00` — 1 info
  - endpoint added
- **2026-08-27** `4a06c3148b6c` — 1 breaking
  - api path removed without deprecation
- **2026-08-14** `9c80d9af446a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/v1/mcp/toolset/put.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/24ad9eaf6a00/schema)
