Set Tool Override
Set or update a tool's curated description/title. Never touches the underlying synced schema - stored separately and merged into a new schema revision, which becomes the listing's served schema once approved (immediately, only for a listing's very first revision) - and survives the next sync/re-parse.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
listing_id*Listing Id
Format
uuidtool_name*Tool Name
Query Parameters
verify_locally?Verify Locally
Default
trueRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/v1/mcp/497f6eca-6276-4993-bfeb-53cbbbba6f08/schema-overrides/string" \ -H "Content-Type: application/json" \ -d '{}'{ "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304", "tool_name": "string", "overrides": {}, "revision": 0, "revision_status": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}