Get the list of tools exposed by this MCP server in standard format (name, description, input schema). Use to build a tool picker or to call tools via the MCP JSON-RPC endpoint.
GET
/
api
/
v1
/
mcp_manager
/
{id}
/
config
Get MCP server config (tools list)
curl --request GET \ --url https://flowra.dev/api/v1/mcp_manager/{id}/config \ --header 'x-api-key: <api-key>'