Skip to main content
Glama

MCP Time Server Node

by pshempel

next_occurrence

Calculate the next instance of a recurring event based on specified patterns (daily, weekly, monthly, yearly), start date, time, and timezone with precise configuration options.

Instructions

Find next occurrence of a recurring event

Input Schema

NameRequiredDescriptionDefault
day_of_monthNoFor monthly (1-31)
day_of_weekNoFor weekly (0-6, 0=Sunday)
patternYesRecurrence pattern
start_fromNoStart searching from
timeNoTime in HH:mm format
timezoneNoTimezone for calculation (default: system timezone)

Input Schema (JSON Schema)

{ "properties": { "day_of_month": { "description": "For monthly (1-31)", "type": "number" }, "day_of_week": { "description": "For weekly (0-6, 0=Sunday)", "type": "number" }, "pattern": { "description": "Recurrence pattern", "enum": [ "daily", "weekly", "monthly", "yearly" ], "type": "string" }, "start_from": { "description": "Start searching from", "type": "string" }, "time": { "description": "Time in HH:mm format", "type": "string" }, "timezone": { "description": "Timezone for calculation (default: system timezone)", "type": "string" } }, "required": [ "pattern" ], "type": "object" }
Install Server

Other Tools from MCP Time Server Node

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/pshempel/mcp-time-server-node'

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