Upstash MCP Server

Official

timestamps_to_date

Use this tool to convert a timestamp to a human-readable date

Input Schema

NameRequiredDescriptionDefault
timestampsYesArray of timestamps to convert

Input Schema (JSON Schema)

{ "properties": { "timestamps": { "description": "Array of timestamps to convert", "items": { "type": "number" }, "type": "array" } }, "required": [ "timestamps" ], "type": "object" }