Update Tool
PATCH/api/v2/workspaces/:workspace_id/tools/:tool_id
Update an existing tool.
Allows partial updates to a tool's properties. Only the fields provided in the request will be updated; other fields will remain unchanged. The tool type cannot be changed after creation.
Request
Responses
- 200
- 400
- 404
- 422
- 424
Successful Response
Raised when an invalid param is provided or MCP server connection failed
Raised when the tool to update is not found
Validation Error
Error indicating that the secret used by the tool was not found.
Was this page helpful?