Skip to main content
Glama

MCP-WTIT

by yorifuji
MIT License
1

get_current_time

Retrieve the current time in ISO8601 format, timestamp, and timezone. Customize output by including milliseconds and specifying the desired timezone for accurate time 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" }

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