Skip to main content
Glama
AndersHsueh

AX Local Operations MCP Server

by AndersHsueh

time_tool

Retrieve current time in multiple formats (ISO, UNIX, RFC3339, locale) with configurable time zones and output formats for local operations.

Instructions

时间工具:获取当前时间,支持多种格式输出(ISO、UNIX、RFC3339、本地格式)。

示例:获取 ISO 格式 { "format": "iso", "output_format": "json" } 示例:获取指定时区 { "format": "locale", "time_zone": "Asia/Shanghai", "output_format": "text" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo时间格式:iso(ISO 8601)、unix(UNIX时间戳秒)、unix_ms(毫秒)、rfc3339(RFC 3339)、locale(本地格式)
include_millisecondsNo是否包含毫秒
time_zoneNoIANA时区名称,如 "Asia/Shanghai"
output_formatNo输出格式:text(纯文本)、json(结构化JSON)、both(两者兼有)

Latest Blog Posts

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/AndersHsueh/Ax-LocalTools-MCP'

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