Skip to main content
Glama

MCP Server Boilerplate

by cds-id

timestamp

Generate and format timestamps in ISO, Unix, or readable formats to synchronize events or log data within the MCP Server Boilerplate framework.

Input Schema

NameRequiredDescriptionDefault
formatNoiso

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "iso", "enum": [ "iso", "unix", "readable" ], "type": "string" } }, "type": "object" }

Other Tools from MCP Server Boilerplate

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/cds-id/mcp-server-boilerplate'

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