Skip to main content
Glama

MCP Node Time

by davidan90

get_current_date

Retrieve the current date with timezone precision, including optional day of week and time details. Eliminate timezone confusion for accurate date responses in AI applications.

Instructions

Get the current date in a specific timezone with day of week information

Input Schema

NameRequiredDescriptionDefault
includeTimeNoWhether to include time information
timezoneYesIANA timezone identifier (e.g., "America/New_York", "Europe/London")

Input Schema (JSON Schema)

{ "properties": { "includeTime": { "default": false, "description": "Whether to include time information", "type": "boolean" }, "timezone": { "description": "IANA timezone identifier (e.g., \"America/New_York\", \"Europe/London\")", "type": "string" } }, "required": [ "timezone" ], "type": "object" }

Other Tools from MCP Node Time

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

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