http-204
Meaning of HTTP 204.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS URL to normalize or cite | |
| host | No | Public hostname | |
| json | No | JSON text to validate; discarded after the check | |
| zone | No | IANA timezone name |
Meaning of HTTP 204.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS URL to normalize or cite | |
| host | No | Public hostname | |
| json | No | JSON text to validate; discarded after the check | |
| zone | No | IANA timezone name |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, and the description discloses nothing about side effects, safety, or behavior. The tool's actual behavior is entirely opaque, especially given the mismatch between the name/description and the parameters.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short, which is concise, but it lacks substance and fails to convey the tool's function. Conciseness without informativeness is not effective.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is contextually incomplete: the description does not explain the tool's purpose, the parameters are mismatched with the name/description, and there is no output schema. An agent cannot determine what this tool does or how to call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
While the schema has 100% parameter description coverage, the descriptions are recycled from other tools (url normalize/cite, json validate, zone IANA timezone) and do not relate to 'HTTP 204'. The parameters are documented but their connection to the tool's purpose is nonexistent, adding confusion rather than clarity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Meaning of HTTP 204.' is a noun phrase, not a clear statement of what the tool does. It fails to specify an action or resource, and the parameters (url, host, json, zone) are completely unrelated to HTTP 204, making the tool's purpose ambiguous and confusing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 its siblings (e.g., normalize-url, validate-json, timezone). The description offers no context for when the tool should be invoked, leaving the agent without direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.