Skip to main content
Glama

Routine

by routineco

eventDay

Retrieve and filter events for a specific date using a structured input, enabling organized day planning within the Routine server environment.

Instructions

The events on a given day.

Input Schema

NameRequiredDescriptionDefault
dateYes
filterYes
secondaryYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "items": [ { "type": "integer" }, { "type": "integer" }, { "type": "integer" } ], "maxItems": 3, "minItems": 3, "type": "array" }, "filter": { "enum": [ "only-all-day", "with-all-day", "without-all-day" ], "type": "string" }, "secondary": { "type": "boolean" } }, "required": [ "date", "filter", "secondary" ], "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/routineco/mcp-server'

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