Skip to main content
Glama
kukapay

whattimeisit-mcp

by kukapay

WhatTimeIsIt MCP 服务器

轻量级的 mcp 服务器,由世界时间提供支持,准确告诉您现在的时间。

GitHubGitHub 上次提交

安装

  1. 克隆存储库

    git clone https://github.com/kukapay/whattimeisit-mcp.git
  2. 客户端配置

    {
      "mcpServers": {
        "whattimeisit": {
          "command": "uv",
          "args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"]
        }
      }
    }

Related MCP server: whereami-mcp

用法

MCP 工具

服务器提供一个单一工具:

  • 工具名称what_time_is_it

  • 描述:根据您当前的IP返回当前时间字符串。

  • 输出:ISO 8601 格式的字符串(例如, "2025-03-17T03:17:00+11:00" )。

执照

本项目遵循 MIT 许可证。详情请参阅LICENSE文件。

Available Tools

1 tool
what_time_is_itB

Returns the current time string based on the client's IP using World Time API.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the tool returns a time string based on the client's IP using a specific API, which gives some context about data sources and output format. However, it does not disclose important behavioral traits such as rate limits, error handling, network dependencies, or whether the operation is read-only or has side effects.

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 sentence that directly states the tool's purpose and method. It is front-loaded with the key action ('Returns') and avoids any unnecessary details or redundancy, making it highly concise and well-structured.

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

Completeness3/5

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

Given the tool's simplicity (0 parameters, no output schema, no annotations), the description is minimally adequate. It explains what the tool does and the method used, but lacks details on output format (e.g., timezone, string format), error cases, or API limitations. Without an output schema, the description should ideally specify the return value more clearly, but it does provide some context.

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

Parameters4/5

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

The tool has 0 parameters, and the schema description coverage is 100% (though empty). The description does not need to add parameter semantics since there are no parameters. A baseline score of 4 is appropriate for a tool with no parameters, as the description adequately covers the tool's function without parameter-related gaps.

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: 'Returns the current time string based on the client's IP using World Time API.' It specifies the verb ('Returns'), resource ('current time string'), and method ('based on the client's IP using World Time API'). However, there are no sibling tools to differentiate from, so it cannot achieve a perfect 5.

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 does not mention any prerequisites, limitations, or specific contexts for usage. Without sibling tools, it cannot provide explicit alternatives, but it also lacks any implied usage context beyond the basic purpose.

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. 1 tool update
    • First observedwhat_time_is_it

TDQS

B3.3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The tool's purpose is singular and clearly defined, making disambiguation trivial.

Naming Consistency5/5

The single tool name 'what_time_is_it' follows a clear verb-based pattern. Since there are no other tools to compare against, consistency is inherently perfect.

Tool Count2/5

A single tool is too few for most practical server purposes, as it severely limits functionality and flexibility. For a time-related server, this feels thin and under-scoped.

Completeness2/5

The server's domain appears to be time-related, but with only one tool to get the current time, there are significant gaps. Missing operations include time zone conversions, scheduling, or historical time queries, which are common in time-based services.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that allows checking local time on the client machine or current UTC time from an NTP server
    2
    34
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    An MCP server that automatically detects and provides current time and location information based on system timezone and IP geolocation.
    2
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides current local datetime information with timezone support. Serves as a minimal blueprint for building simple, single-purpose MCP servers.
    12
    1
    MIT