calendarGet
Retrieve calendar details by ID from the Routine MCP server. Use this tool to access specific calendars for managing schedules, tasks, and events efficiently.
Instructions
A calendar.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}