Update Task Mcp Tool

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

task_mcp_tool_idstringRequiredformat: "uuid"
org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Request

This endpoint expects an object.
namestring or nullOptional1-255 characters
descriptionstring or nullOptional
enabledboolean or nullOptional

Response

Successful Response
idstringformat: "uuid"
task_mcp_server_idstringformat: "uuid"
namestring
tool_namestring
safe_tool_namestring
tool_timeout_secondsinteger
enabledboolean
createdstring
modifiedstring
descriptionstring or null
tool_descriptionstring or null
tool_input_schemamap from strings to any or null

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error