v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-035471202.8 KB
Primitives

List tools

Returns the server's tools as a collection page. Each item is the MCP tool definition (name, description, inputSchema, ...).

post/projects/{projectId}/servers/{serverId}/tools

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

serverIdstring required

ID of the server inside the project.

Request body

cursorstring

Opaque pagination cursor from a previous response's nextCursor. Don't parse it.

Response

One page of tools.

nextCursorstring

Opaque cursor for the next page. Omitted on the last page.