Tools
list_projects
List projects visible to this personal token, including owned and shared projects.
Arguments#
This tool takes an empty arguments object: {}.
Additional properties are rejected.
Example call#
Send this JSON-RPC body to POST https://app.keptai.com/mcp after the client’s initialize handshake, with your Bearer header.
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "list_projects",
"arguments": {}
}
}
Result and limits#
Returns the projects visible to the token, including owned and shared projects. An empty account returns {"projects":[]}.
Results contain text JSON and structuredContent. Check isError on tool failures and _meta.truncated for clipped data. All tools are read-only and respect project access. See Setup for authentication and rate limits.