Datetime MCP Server

format-date

Format a date string according to the specified format

Input Schema

NameRequiredDescriptionDefault
dateNoDate string to format (default: today)
formatYesFormat string (e.g., '%Y-%m-%d %H:%M:%S')

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date string to format (default: today)", "type": "string" }, "format": { "description": "Format string (e.g., '%Y-%m-%d %H:%M:%S')", "type": "string" } }, "required": [ "format" ], "type": "object" }

You must be authenticated.

Other Tools