Skip to main content
Glama

Language ko

compatibility

Show how this request is classified. No identifiers are retained.

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.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states 'No identifiers are retained,' which is a meaningful privacy guarantee. However, it does not disclose whether the operation is read-only, whether it performs network calls, or what side effects (if any) occur. The single behavioral note is useful but incomplete.

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

Conciseness3/5

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

The description is very short (two sentences) and front-loads the purpose, but the phrasing 'this request' is ambiguous and the second sentence is a bare privacy note. It is concise but lacks informative structure; it does not earn its place because it fails to convey enough actionable detail.

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 four optional parameters, no annotations, and no output schema, the description is inadequate. It does not explain how the parameters are used, what the classification output looks like, or any limitations. The only concrete information is the privacy note. An agent has insufficient information to call this tool 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 fully describes all four parameters with per-parameter descriptions, so schema coverage is 100%. The tool description adds no additional context about how the parameters influence the classification. Since the schema already covers parameter meaning, a baseline score of 3 is appropriate; the description does not compensate or add nuance.

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

Purpose3/5

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

The description states a verb ('Show') and a resource ('how this request is classified'), but 'this request' is vague and does not specify the classification criteria or what it does with the provided parameters. It does not differentiate from siblings like 'validate-json' or 'normalize-url', which also deal with input processing. The purpose is clear enough that it's not a tautology, but it lacks specificity to guide selection.

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?

No guidance is provided on when to use this tool versus alternatives. The description only states what it does, without mentioning typical use cases, prerequisites, or exclusions. An agent cannot determine when to prefer this over, for example, 'validate-json' or 'normalize-url'.

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.6/5.0
Disambiguation4/5

Tools are mostly distinct, but 'compatibility' is vague and 'citation' vs 'normalize-url' both deal with URLs, though with different purposes. Overall, descriptions help clarify intent.

Naming Consistency4/5

Names follow a consistent lowercase hyphenated pattern (e.g., normalize-url, validate-json) with a few single-word exceptions like 'citation' and 'timezone'. The style is predictable and readable.

Tool Count5/5

11 tools is well within the typical range for a general-purpose utility server, covering URL, time, HTTP status, JSON, and language helpers without being excessive.

Completeness4/5

The tool set covers a broad range of common web and time utilities. Minor gaps like DNS lookup or IP info exist, but for the apparent scope, the coverage is solid.