x402-text-scrape
Text Scrape: Extract text from URL. 🆓 5 free trial calls per signed wallet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Url to process |
Text Scrape: Extract text from URL. 🆓 5 free trial calls per signed wallet
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Url to process |
Changes observed during successful MCP inspections.
Input schema / properties / urlAdded value: +{
+ "description": "Url to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It does disclose a genuinely useful trait — the x402 payment/auth model ('5 free trial calls per signed wallet'), which tells the agent a signed wallet is involved and a free tier exists. Beyond that it says nothing about rendering behavior (JS-heavy pages), output format, or failure modes, so the disclosure is partial.
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?
Very short and front-loaded: purpose first, then the trial-credit note. Every sentence carries information, though the title-style prefix 'Text Scrape:' mildly restates the tool name.
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?
No output schema and no annotations, so the description is the only prose an agent gets. It covers purpose and the payment model but omits what the return value looks like (raw text vs. structured), size/timeout limits, and any differentiation from the crowded scrape/extract sibling set.
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?
Only one parameter and schema coverage is 100%, so the schema already fully documents 'url'. The description's 'from URL' adds no format, scheme, or constraint detail beyond what the schema states. 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?
States a clear verb and resource: 'Extract text from URL.' An agent immediately knows this is a text-extraction operation. However, it does nothing to distinguish itself from the many near-identical siblings (x402-web-scrape, x402-browser-scrape, x402-html-text-extract, x402-web2md), which is the difference between a 4 and a 5.
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?
There is no when-to-use guidance at all: nothing says when this is preferable to x402-html-text-extract or x402-web-scrape, no prerequisites, no exclusions. The only contextual sentence concerns free trial credits, which is pricing, not usage guidance.
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.