Skip to main content
Glama

MCP Server Boilerplate

by cds-id

timestamp

Generate current timestamps in ISO, Unix, or readable formats to provide standardized time context for applications using the MCP Server Boilerplate.

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" }
Install Server

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