Skip to main content
Glama

Chronos Protocol

by n0zer0d4y

get_current_time

Retrieve the current time for any specified timezone, defaulting to system time. Supports IANA timezone names like 'America/New_York' or 'UTC' for accurate timezone management.

Instructions

Get current time (defaults to system time, supports any timezone)

Input Schema

NameRequiredDescriptionDefault
timezoneYesTimezone to display. Use 'system' or 'local' for user's local time (Etc/UTC). Use IANA names like 'America/New_York', 'Europe/London', or 'UTC' for other timezones. System time is the default and most practical choice.

Input Schema (JSON Schema)

{ "properties": { "timezone": { "description": "Timezone to display. Use 'system' or 'local' for user's local time (Etc/UTC). Use IANA names like 'America/New_York', 'Europe/London', or 'UTC' for other timezones. System time is the default and most practical choice.", "type": "string" } }, "required": [ "timezone" ], "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