Skip to main content
Glama

Chronos Protocol

by n0zer0d4y

create_time_reminder

Schedule time-based reminders using system time to track tasks and activities. Set reminders with specific times and messages for improved task management and follow-up.

Instructions

Create a time-based reminder using system time for scheduling

Input Schema

NameRequiredDescriptionDefault
messageYesReminder message
relatedTaskIdNoID of related task or activity
reminderTimeYesTime for the reminder (ISO 8601 format with explicit timezone offset, e.g., '2025-09-11T14:00:00+08:00' for local time or '2025-09-11T14:00:00+00:00' for UTC)

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Reminder message", "type": "string" }, "relatedTaskId": { "description": "ID of related task or activity", "type": "string" }, "reminderTime": { "description": "Time for the reminder (ISO 8601 format with explicit timezone offset, e.g., '2025-09-11T14:00:00+08:00' for local time or '2025-09-11T14:00:00+00:00' for UTC)", "type": "string" } }, "required": [ "reminderTime", "message" ], "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/n0zer0d4y/chronos-protocol'

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