Skip to main content
Glama

MCP-WTIT

by yorifuji
MIT License
2

get_current_time

Retrieve the current time in ISO8601 format with optional milliseconds and timezone customization. Ideal for applications requiring precise time and timezone-aware data.

Instructions

Get the current time with detailed information including ISO8601 format, timestamp, and timezone

Input Schema

NameRequiredDescriptionDefault
includeMillisecondsNoInclude milliseconds in the ISO8601 format (default: true)
timezoneNoTimezone for the time (default: UTC). Examples: "UTC", "America/New_York", "Asia/Tokyo"UTC

Input Schema (JSON Schema)

{ "properties": { "includeMilliseconds": { "default": true, "description": "Include milliseconds in the ISO8601 format (default: true)", "type": "boolean" }, "timezone": { "default": "UTC", "description": "Timezone for the time (default: UTC). Examples: \"UTC\", \"America/New_York\", \"Asia/Tokyo\"", "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP-WTIT

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/yorifuji/mcp-wtit'

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