markdown_convert
Convert a web page to clean Markdown format. Great for LLM consumption. Cost: 0.01 USDC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The web page URL to convert |
Convert a web page to clean Markdown format. Great for LLM consumption. Cost: 0.01 USDC
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The web page URL to convert |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the cost (0.01 USDC), which is a behavioral trait, but does not mention potential errors, rate limits, authentication, or safety profile. The description is thin on behavioral context beyond the basic conversion and cost.
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 concise, with two short sentences and a cost note. Each phrase adds value: the conversion action, the LLM use case, and the cost. There is no wasted text.
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?
For a simple one-parameter tool, the description covers the core function and return format (Markdown), and adds cost information. It does not explain output schema or error handling, but given the simplicity and absence of an output schema, it is largely complete.
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 already fully documents the single 'url' parameter with a clear description. The tool description adds no additional parameter semantics, so baseline 3 is appropriate.
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 clearly states the tool converts a web page to clean Markdown format, specifying the verb and resource. It distinguishes itself from siblings like fetch_page (raw HTML) and extract (structured data) through the output format, though it does not explicitly name alternative tools.
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 suggests usage for LLM consumption, providing a clear context. However, it does not explicitly contrast with alternative tools or explain when not to use it, leaving usage guidance implied rather than explicit.
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.