Skip to main content
Glama

Celsius to Fahrenheit

utc-time

Current UTC timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.6/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, but it only states 'Current UTC timestamp.' It does not disclose output format, precision, determinism, side effects, or how the four optional schema parameters are handled. This is minimal behavioral disclosure.

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 extremely concise and front-loaded with the essential concept. There is no wasted text, though the brevity contributes to under-specification in other dimensions.

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?

The description is incomplete for a tool with an unrelated four-parameter schema and no output schema. It omits the return format, the meaning of the irrelevant-looking parameters, and any relationship to sibling time tools, leaving important ambiguity for an agent deciding to invoke it.

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

Parameters1/5

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

The input schema lists four optional parameters (url, host, json, zone) with descriptions unrelated to UTC time. The tool description does not reconcile these parameters with the stated purpose, leaving the agent to wonder if they are ignored, deprecated, or part of a misconfigured shared schema. This is actively misleading rather than helpful.

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 identifies the resource ('UTC timestamp') and the operation ('current'), making the core purpose reasonably clear. It is distinguishable from sibling tools like timezone and iana-zones, though it lacks an explicit verb such as 'return' or 'get'.

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?

There is no guidance on when to use this tool versus related siblings like timezone or iana-zones. An agent cannot determine whether this is for the current instant, timezone conversion, or timezone listing without relying on guesses.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.4/5.0
Disambiguation3/5

Most tools have distinct actions, but several HTTP/URL helpers (citation, normalize-url, inspect-robots, status-catalog) operate in the same general space and could cause misselection. The 'compatibility' tool is especially vague, making its boundary unclear.

Naming Consistency3/5

Names are consistently lowercase and hyphenated, but the word patterns are mixed: verb-led names like normalize-url and validate-json sit next to noun-only names like citation and timezone, plus the abbreviated c-to-f. This makes the naming readable but not predictable.

Tool Count2/5

Eleven tools is not an unreasonable count by itself, but the server's stated purpose is a single Celsius-to-Fahrenheit conversion. The ten unrelated utilities make the set feel like a grab bag rather than a well-scoped tool surface.

Completeness2/5

Within the apparent temperature-conversion domain, only one direction is provided and no reverse conversion exists. The remaining tools are isolated one-off utilities with no coherent workflow or full lifecycle coverage.