Skip to main content
Glama
xiaobenyang-com

Time-Zone

时区管理服务器 Time Zone

一个全面的MCP服务器,提供全球时区管理和时间转换功能,适用于全球业务协调、旅行规划和开发运维。 A comprehensive MCP server that provides global time zone management and time conversion functions, suitable for global business coordination, travel planning, and development and operation.## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool

描述 Description

get_current_time

获取指定时区的当前时间

convert_time

在不同时区之间转换时间

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659725315

Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659725315

Related MCP server: MCP Node Time

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "时区管理服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659725315/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "时区管理服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659725315/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "时区管理服务器": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659725315",
          },
          "transport": "stdio"
        }
      }
}

Available Tools

2 tools
convert_timeconvert_timeC

在不同时区之间转换时间

ParametersJSON Schema
NameRequiredDescriptionDefault
source_timezoneYes
timeYes
target_timezoneYes

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure but offers minimal information. It states what the tool does (converts time between time zones) but doesn't describe how it behaves: no information about time format expectations, error handling, daylight saving time considerations, or what the output looks like. The description doesn't contradict annotations since none exist, but it fails to provide adequate behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise - a single Chinese phrase that directly states the tool's purpose. There's no wasted language or unnecessary elaboration. While this brevity creates gaps in other dimensions, as a standalone statement it's efficiently front-loaded with the core function.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a tool with 3 parameters (0% schema coverage), no annotations, no output schema, and a sibling tool, the description is insufficiently complete. It states the basic purpose but provides no guidance on usage, parameter details, behavioral characteristics, or differentiation from alternatives. For a time conversion tool that likely has format requirements and behavioral nuances, this minimal description leaves too many questions unanswered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage for all 3 parameters, the description provides no information about parameter meaning, format, or constraints. The description mentions time zone conversion generally but doesn't explain what 'source_timezone', 'time', and 'target_timezone' parameters represent, what time formats are accepted, or what time zone identifiers are supported. This leaves significant gaps in understanding how to use the tool correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '在不同时区之间转换时间' (convert time between different time zones) clearly states the tool's function with a specific verb ('convert') and resource ('time'), making the purpose immediately understandable. However, it doesn't explicitly differentiate from the sibling tool 'get_current_time', which appears to retrieve current time rather than perform conversions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. There's no mention of when this conversion tool should be used instead of the sibling 'get_current_time' tool, nor any context about prerequisites, limitations, or typical use cases for time zone conversion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_current_timeget_current_timeC

获取指定时区的当前时间

ParametersJSON Schema
NameRequiredDescriptionDefault
timezoneNo

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. While '获取' (get) implies a read-only operation, the description doesn't explicitly state whether this requires authentication, has rate limits, returns errors for invalid timezones, or provides time formatting details. It mentions the timezone parameter but doesn't describe the return format or any behavioral constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient Chinese sentence that directly states the tool's function. There's zero wasted language or unnecessary elaboration. It's appropriately sized for a simple time retrieval tool and gets straight to the point without preamble.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations, no output schema, and 0% schema description coverage, the description is insufficient. It doesn't explain what format the time is returned in, how timezone validation works, whether there are default behaviors when no timezone is specified, or any error conditions. The agent would need to guess about important behavioral aspects of this time retrieval operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description mentions '指定时区' (specified timezone), which corresponds to the single 'timezone' parameter in the schema. However, with 0% schema description coverage, the parameter is undocumented in the structured schema. The description adds basic semantic context about what the parameter represents but doesn't specify format requirements (e.g., IANA timezone names, UTC offsets) or provide examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '获取指定时区的当前时间' clearly states the tool's purpose: to get the current time for a specified timezone. It uses a specific verb ('获取' - get) and resource ('当前时间' - current time), making the function unambiguous. However, it doesn't explicitly differentiate from the sibling tool 'convert_time', which likely converts between timezones rather than getting current time.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention the sibling tool 'convert_time' or explain the relationship between them. There's no indication of prerequisites, limitations, or appropriate contexts for using this specific time retrieval function.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updatesv1.0.0
    • First observedconvert_time
    • First observedget_current_time

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: convert_time handles time conversion between time zones, while get_current_time retrieves the current time in a specified time zone. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (convert_time and get_current_time), using snake_case throughout. The naming is predictable and readable without any deviations.

Tool Count2/5

With only 2 tools, the server feels thin for a time zone domain, as it lacks operations like listing available time zones, handling daylight saving time, or providing time zone information. The count is too low for comprehensive coverage.

Completeness2/5

The tool surface is significantly incomplete for time zone management. It lacks basic operations such as listing time zones, getting time zone details, or handling date-time formatting, which are essential for typical time-related workflows and will likely cause agent failures.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.
    -
  • A
    license
    A
    quality
    D
    maintenance
    A MCP server that provides timezone-aware date and time operations. This server addresses the common issue where AI assistants provide incorrect date information due to timezone confusion.
    4
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that provides real-time date, time and time zone information for AI assistants.
    4
    2
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    Time MCP Server is a server implementation that provides time aware capabilities for large language models, supporting functions such as obtaining current time, relative time, and timestamp conversion.
    6
    2
    Apache 2.0