Skip to main content
Glama

Hi-AI

by su-record

get_current_time

Retrieve the current time in various formats (ISO, local, UTC, timestamp, human-readable) and timezones. Automatically triggered by time-related queries like 'what time is it?' or 'current time'.

Instructions

IMPORTANT: This tool should be automatically called when users ask "지금 몇시", "현재 시간", "몇시야", "what time", "current time", "time now", "what's the time" or similar questions. Get current time

Input Schema

NameRequiredDescriptionDefault
formatNoTime format
timezoneNoTimezone (e.g., America/New_York, Asia/Seoul)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Time format", "enum": [ "iso", "local", "utc", "timestamp", "human" ], "type": "string" }, "timezone": { "description": "Timezone (e.g., America/New_York, Asia/Seoul)", "type": "string" } }, "required": [], "type": "object" }

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/su-record/hi-ai'

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