---
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-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/a684ea7ee131/schema)
