list_connections
The data connections this workspace can train on, and the ids the model constructors take. Each row carries the connection id, its provider, its status and a display name. Never credentials. Read-only.
What it returns
Every data connection this org can train on, each with its id, its provider, its status and a display name, and never any credentials.
Credential
An app session token, from an authenticated app.ax1om.ai session. Call it with only an API key and you get a plain refusal saying so, rather than a confusing 401.
Network call: yes. The full credential split is on authentication.
Example call
Most readers never write the protocol themselves: the agent does, once the server is connected. Both forms are the same call.
Use the ax1om MCP server.Call list_connections: the data connections this workspace can train on, and the ids the model constructors take.{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "list_connections", "arguments": {} }}The arguments object is whatever this tool's own input schema declares. An MCP client reads that schema from the server, so it is the server that answers for the exact shape rather than this page.