Skip to main content
Glama

Kalendis MCP

Official
by kalendis-dev

generate-backend-client

Generate TypeScript client code to call Kalendis API with x-api-key authentication for managing users, availability, and bookings in production, staging, or development environments.

Instructions

Generate a TypeScript client that calls Kalendis API directly with x-api-key authentication

Input Schema

NameRequiredDescriptionDefault
environmentNoTarget environment (optional, defaults to production)
typesImportPathNoImport path for types file (optional, defaults to "../types")

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Target environment (optional, defaults to production)", "enum": [ "production", "staging", "development" ], "type": "string" }, "typesImportPath": { "description": "Import path for types file (optional, defaults to \"../types\")", "type": "string" } }, "required": [], "type": "object" }

Other Tools from Kalendis MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kalendis-dev/kalendis-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server