Skip to main content
Glama

Celsius to Fahrenheit

domain-shape

Split a hostname into labels without WHOIS or ownership data.

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

A3.9/5.0
Behavior3/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. It discloses that the tool does not provide WHOIS or ownership data, which is a behavioral limit. However, it does not describe what happens to the 'json' parameter (stated as 'discarded after the check' in the schema), input validation behavior, or any edge cases around hostname format handling.

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, concise sentence with zero wasted words. It is front-loaded with the primary action ('split a hostname into labels') and immediately follows with the key exclusion ('without WHOIS or ownership data'). No unnecessary elaboration.

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?

The tool has 4 parameters (all optional), no output schema, and no annotations. The description explains the core purpose but does not clarify why a tool that splits hostnames would accept a 'url', 'json', and 'zone' parameter. Without an output schema or richer behavioral details, an agent may be uncertain about which parameters to supply together and what the return value looks like.

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?

Schema description coverage is 100%, so the schema already documents all four parameters. The description adds the top-level behavioral context that the tool splits hostnames into labels and does not do WHOIS/ownership lookup, which helps the agent understand the tool's intent. While the description does not explain each parameter individually, the schema fully covers this, making the combination solid.

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 'Split a hostname into labels without WHOIS or ownership data' uses a specific verb ('split') and resource ('hostname'), and explicitly states what it does NOT do (no WHOIS or ownership data), which distinguishes it from tools that might fetch domain registration or ownership information. This makes the purpose clear and unambiguous.

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

Usage Guidelines3/5

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

The description implicitly suggests this tool is for hostname label splitting rather than WHOIS lookups or ownership queries, but it does not explicitly state when to use this tool versus alternatives. There is no mention of scenarios where it would be more appropriate than sibling tools, nor any exclusions for when not to use it.

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.