Skip to main content
Glama

Stringer CleanExtract

clean_extract

Extract clean, token-dense markdown from a public URL or raw HTML string. Includes 3 free calls per caller per rolling 24 hours, then costs USD 0.05 per successful extraction via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
url_or_htmlYesThe public URL or raw HTML string to convert into markdown.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses that only public URLs are accepted, that there is a rolling 24-hour free quota, and that successful extractions cost money after that. This is strong transparency for a simple extraction tool, though it does not mention failure behaviors.

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

Conciseness5/5

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

Two concise sentences front-load the core purpose and immediately cover usage constraints and pricing. Every sentence contributes useful information with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with no output schema, the description is nearly complete: it names the input, the output format (markdown), and the cost model. It does not describe error cases or expected response structure, but the simple scope makes this a minor gap.

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?

Schema coverage is 100% and the schema description already explains that the parameter accepts a public URL or raw HTML string. The tool description repeats this without adding meaning beyond the schema, so the baseline score of 3 is appropriate.

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

Purpose5/5

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

The description states a specific action ('Extract clean, token-dense markdown') and a clear resource ('public URL or raw HTML string'). It fully distinguishes the tool's purpose even without sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly indicates when to use the tool: whenever clean markdown is needed from a public URL or raw HTML. It also provides relevant operational context about free quota and paid usage, though it does not explicitly discuss alternatives or exclusions.

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

A4/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion or overlapping purposes. The tool's purpose is clearly defined and distinct.

Naming Consistency4/5

The single tool name 'clean_extract' uses a clear verb_noun pattern and is descriptive. Consistency cannot be fully assessed with one tool, but the naming style is reasonable.

Tool Count2/5

A single tool feels too thin for a server, even for a narrow purpose. Users may expect additional utilities like batch processing or output formatting, making the count borderline inadequate.

Completeness3/5

The tool covers the core extraction functionality (URL or raw HTML to markdown), but there are minor gaps such as handling multiple URLs, custom extraction options, or output validation. The domain is narrow, so the single tool is partially complete.

Resources