Update Toolset

View as Markdown

Update a reusable tool bundle by changing its name, built-in capabilities, custom tools, or metadata. This lets future invocations use the revised bundle.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Path parameters

idstringRequired
toolsetIdstringRequired

Request

This endpoint expects an object.
builtinobjectOptional
customToolIdslist of stringsOptional
metadatamap from strings to any or nullOptional
namestringOptionalformat: "^[a-z_][a-z0-9_-]*$"1-64 characters

Response

Default Response
builtinobject
createdAtstring
customToolIdslist of strings
idstringformat: "uuid"
namestringformat: "^[a-z_][a-z0-9_-]*$"1-64 characters
spaceIdstringformat: "uuid"
updatedAtstring
metadatamap from strings to any or null