Skip to main content
Glama

Hi-AI

by su-record

get_current_time

Retrieve the current time in specified formats and timezones when users inquire about the time. Supports ISO, local, UTC, timestamp, and human-readable formats for precise time queries.

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