Skip to main content
Glama

TypeScript MCP Server Boilerplate

by jaejin0me

time

Retrieve current date and time information with optional timezone and format settings for accurate timekeeping and scheduling applications.

Instructions

Get current date and time

Input Schema

NameRequiredDescriptionDefault
formatNoTime format (optional, defaults to full)
timezoneNoTimezone (optional, defaults to Asia/Seoul)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Time format (optional, defaults to full)", "enum": [ "full", "date", "time", "iso" ], "type": "string" }, "timezone": { "description": "Timezone (optional, defaults to Asia/Seoul)", "type": "string" } }, "type": "object" }

Other Tools from TypeScript 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/jaejin0me/mcpServer_test'

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