Skip to main content
Glama

MCP Server Boilerplate

calendar-list-calendars

Retrieve a list of available calendars with customizable results limits. Part of the MCP server template for integrating AI tools and resources efficiently.

Instructions

List all available calendars

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of calendars to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "default": 10, "description": "Maximum number of calendars to return", "maximum": 250, "minimum": 1, "type": "number" } }, "type": "object" }

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/CaptainCrouton89/maps-mcp'

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