> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# getAiCoworkerToolCatalogServer

List tools for an MCP server.

Returns all tools available from the specified MCP server. Use the `server_id` and `tool_name` from the response when configuring an agent's `tools` field. Returns 404 if the server is not found.

## Parameters

| Name       | Type   | Required | Description                                   |
| ---------- | ------ | -------- | --------------------------------------------- |
| `serverId` | string | Yes      | Gateway-assigned server ID (e.g., "global-1") |