GET
/
mcp-server
/
tools
/
{server_name}
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.

Available options:
Markdown2doc,
Slack,
Supabase,
Postgres,
YouTube,
Doc2markdown,
Klavis ReportGen,
Resend,
Discord,
Firecrawl Web Search,
GitHub,
Firecrawl Deep Research,
Jira,
WordPress,
Notion,
Gmail,
Google Drive,
Google Calendar,
Google Sheets,
Google Docs,
Attio,
Salesforce,
Linear,
Asana,
Close

Response

200
application/json

Successful Response

The response is of type object.