GET
/
mcp-server
/
tools
/
{server_name}
Get Tools
curl --request GET \
  --url https://api.klavis.ai/mcp-server/tools/{server_name} \
  --header 'Authorization: Bearer <token>'
{
  "tools": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

server_name
enum<string>
required

The name of the target MCP server. Case-insensitive (e.g., 'google calendar', 'GOOGLE_CALENDAR', 'Google Calendar' are all valid).

Available options:
Affinity,
Airtable,
Asana,
Attio,
ClickUp,
Close,
Confluence,
Discord,
Doc2markdown,
Firecrawl Deep Research,
Firecrawl Web Search,
GitHub,
Gmail,
Gong,
Google Calendar,
Google Docs,
Google Drive,
Google Sheets,
HubSpot,
Jira,
Klavis ReportGen,
Linear,
LinkedIn,
Markdown2doc,
Notion,
Plai,
Postgres,
Resend,
Salesforce,
Slack,
Supabase,
WhatsApp,
WordPress,
YouTube

Response

200
application/json

Successful Response

The response is of type object.