Get tools available on a specific MCP server
The unique identifier of the MCP server
Array of tools for the server
401 - Not authenticated
404 - Server not found
import { getMCPServerTools } from "@cpod/sdk";const tools = await getMCPServerTools("server-123"); Copy
import { getMCPServerTools } from "@cpod/sdk";const tools = await getMCPServerTools("server-123");
Get tools available on a specific MCP server