Html Decode
html_decodeDecode HTML entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
html_decodeDecode HTML entities.
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
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 only says 'Decode HTML entities,' without specifying whether it handles named, numeric, or invalid entities, or how it deals with edge cases. This is insufficient for an agent to predict behavior confidently.
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 a single concise sentence with no unnecessary words. It is appropriately front-loaded with the core action. However, it may be too sparse to fully inform the agent, but for conciseness it is well-structured.
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?
Given the tool's simplicity, the description is somewhat adequate, but it lacks context about the output format (though an output schema exists) and any limitations or examples. For a tool with one parameter and a clear purpose, this is minimally acceptable but leaves room for improvement.
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?
The schema has zero description coverage for the 'html' parameter, and the description does not explain what the parameter represents. Although the tool name implies the parameter is an HTML string, the description should explicitly state that the input is the HTML content to decode. It adds no semantic value beyond the schema.
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 states a specific verb and resource: 'Decode HTML entities.' This clearly differentiates from sibling tools like base64_decode and url_decode by specifying the entity type. The purpose is unambiguous.
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?
The description provides no guidance on when to use this tool versus other decode tools. There is no mention of typical use cases, such as when a string contains HTML entity references, nor any exclusions. The agent must infer usage from the name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.