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_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Query parameters
task_mcp_server_id
Return only tools registered against this Task MCP server id. Omit to list the tools from every server in the project.
page_limit
Maximum number of tools to return.
cursor
Pagination cursor. Pass pagination.next_cursor from the previous page, which is the id of its last tool.
Response
Successfully retrieved MCP tools
results
The list of items returned for the current page.
pagination
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