Create Task Mcp Tool

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

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

Request

This endpoint expects an object.
namestringRequired1-255 characters
tool_namestringRequired1-255 characters
task_mcp_server_idstringRequiredformat: "uuid"
descriptionstring or nullOptional
enabledbooleanOptionalDefaults to true

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