Upstash MCP Server

Official
MIT License
58
27
  • Linux
  • Apple

timestamps_to_date

Convert timestamps to human-readable dates with a simple array input, enabling efficient date formatting for developers and applications.

Instructions

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" }
ID: 4slca1893i