Skip to main content
Glama

Kalendis MCP

Official
by kalendis-dev

generate-api-routes

Create API route handlers for Next.js, Express, Fastify, or NestJS that integrate with the Kalendis scheduling backend to manage users, availability, and bookings.

Instructions

Generate API route handlers for Next.js or Express that use the Kalendis backend client

Input Schema

NameRequiredDescriptionDefault
frameworkYesTarget framework
typesImportPathNoImport path for types file (optional, defaults to "@/lib/types" for Next.js)

Input Schema (JSON Schema)

{ "properties": { "framework": { "description": "Target framework", "enum": [ "nextjs", "express", "fastify", "nestjs" ], "type": "string" }, "typesImportPath": { "description": "Import path for types file (optional, defaults to \"@/lib/types\" for Next.js)", "type": "string" } }, "required": [ "framework" ], "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