List Task MCP Tools

List the MCP tools registered in this project, newest first. Filter to one server to see what it currently exposes to your agents.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

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

Query parameters

task_mcp_server_idstring or nullOptionalformat: "uuid"
Return only tools registered against this Task MCP server id. Omit to list the tools from every server in the project.
page_limitintegerOptionalDefaults to 100
Maximum number of tools to return.
cursorstring or nullOptionalformat: "uuid"

Pagination cursor. Pass pagination.next_cursor from the previous page, which is the id of its last tool.

Response

Successfully retrieved MCP tools
resultslist of objects
The list of items returned for the current page.
paginationobject or nullOptional
Contains pagination information for the result set.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error