Datetime MCP Server

get-current-time

Retrieve the current time in multiple formats (ISO, readable, Unix, RFC3339) with optional timezone settings using the Datetime MCP Server's tool.

Instructions

Get the current time in various formats

Input Schema

NameRequiredDescriptionDefault
formatYesFormat to return the time in
timezoneNoOptional timezone (default: local system timezone)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Format to return the time in", "enum": [ "iso", "readable", "unix", "rfc3339" ], "type": "string" }, "timezone": { "description": "Optional timezone (default: local system timezone)", "type": "string" } }, "required": [ "format" ], "type": "object" }

You must be authenticated.

Other Tools from Datetime MCP Server

Related Tools

ID: fd8f58oegw