Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Klavis AI Tools API

List and invoke MCP server tools

Klavis AI Tools API is one of 5 APIs that Klavis AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tools. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://api.klavis.ai.

2 operations 2 paths 5 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://api.klavis.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Klavis AI Tools API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Klavis account API key passed via the Authorization Bearer header

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Tools 2

List and invoke MCP server tools

GET
/api/mcp-server/{server_id}/tools
List MCP Server Tools
listMcpServerTools 2 params → 200401
POST
/api/mcp-server/call-tool
Call Tool
callMcpTool body → 200401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are CallToolRequest (4 properties), CallToolResponse (3 properties), Tool (3 properties), ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

CallToolRequest
object
4 properties 2 required
ErrorResponse
object
2 properties
Tool
object
3 properties
CallToolResponse
object
3 properties
ToolListResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

klavis-tools-api-openapi.yml Raw ↑

Other APIs Klavis AI publishes across the network.

Klavis MCP Platform API
Klavis AI MCP Servers API
Klavis AI Sandbox API
Klavis AI Users API