Skip to main content
Glama

World Time

Server Details

Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have completely distinct purposes: one lists valid IANA time zones, the other retrieves the current time for a specified zone. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: 'get_current_time' and 'list_time_zones'. The naming is clear, predictable, and uniform.

Tool Count3/5

With only 2 tools, the server feels minimal but covers its core functionality. The count is borderline for a standalone utility, though the tools are both essential and well-scoped.

Completeness4/5

The server covers the essential operations for a world time service: discovering valid zones and retrieving current time details. Minor gaps like time zone conversion or multi-zone lookups exist, but they are not critical for the stated purpose.

Available Tools

2 tools
get_current_timeA
Read-only
Inspect

Get the current time in a time zone. Returns the current date, time, day of week and DST status for the given IANA time zone. Returns: Current time details for the requested zone..

ParametersJSON Schema
NameRequiredDescriptionDefault
timeZoneYesIANA time zone name, e.g. Asia/Shanghai or America/New_York.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds value by disclosing the specific returned fields (current date, time, day of week, DST status), which is useful behavioral context beyond the annotations.

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

Conciseness4/5

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

The description is concise and front-loaded with the main action. However, it contains redundancy ('Returns: Current time details for the requested zone..' with a double period) and repeats information already in the purpose clause. Still, it is compact and readable.

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

Completeness5/5

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

For a simple read-only tool with one well-documented parameter and no output schema, the description fully covers the return behavior and purpose. It does not need to explain errors or alternative tools; the information provided is sufficient for an agent to use it correctly.

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 input schema has 100% description coverage for the timeZone parameter, including an example. The description merely repeats 'IANA time zone' without adding new semantic information. Thus it meets the baseline but does not exceed it.

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

Purpose5/5

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

The description clearly states 'Get the current time in a time zone' with a specific verb and resource. It further elaborates the exact outputs (date, time, day of week, DST status), making the tool's purpose unambiguous and distinguishable from the sibling list_time_zones.

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

Usage Guidelines4/5

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

The description implies the tool is for fetching current time for a given time zone. However, it does not explicitly mention the sibling tool list_time_zones or provide 'when not to use' guidance. The context makes the usage clear, but it lacks explicit alternatives or exclusions.

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

list_time_zonesA
Read-only
Inspect

List all available IANA time zones. Returns the full list of IANA time zone names accepted by get_current_time. Returns: Array of IANA time zone names..

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds that it returns the full list and names accepted by get_current_time, but no further behavioral details are necessary for a simple read-only list.

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 concise with two sentences, no redundant content, and front-loads the action. Minor trailing period typo does not detract from clarity.

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

Completeness5/5

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

Given the low complexity (no parameters, no output schema), the description fully explains what the tool returns and its relationship to the sibling tool, making it complete for its scope.

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 zero parameters and the schema is empty with 100% coverage. The description correctly omits parameter details, making the baseline 4 appropriate.

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

Purpose5/5

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

The description uses a specific verb ('List') and resource ('IANA time zones'), clearly stating the tool's purpose. It also distinguishes from the sibling tool by noting the list is accepted by get_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 Guidelines4/5

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

The description implies usage context: this list is for get_current_time, but it does not explicitly state when to use this tool vs alternatives. Since there is only one sibling, the relationship is clear enough.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides timezone information via timeapi.io, enabling listing of 590+ IANA timezone strings.
    Last updated
    7
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables LLMs to get current time information for any timezone worldwide, including available regions, cities, and ISO 8601 formatted timestamps with timezone offsets.
    Last updated
    8
  • A
    license
    -
    quality
    D
    maintenance
    Provides current time information and timezone conversion capabilities using IANA timezone names and automatic system detection. It enables LLMs to fetch current times across different regions and convert specific times between timezones.
    Last updated
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources