Skip to main content
Glama

readable-content

Extract readable article text from any public URL and convert it to clean Markdown. Strip navigation, ads, and boilerplate to get full content for AI analysis.

Instructions

Fetches any public URL and returns the full readable article text as clean Markdown, stripped of navigation, ads, and boilerplate. Returns title, published date (if available), and the complete body ready for LLM summarization, analysis, or RAG ingestion. A $0.004 alternative to exa.ai/contents ($0.007) and web-read ($0.016) for the same full-text extraction primitive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPublic HTTP/HTTPS URL to extract readable content from. Redirects are followed.
no_cacheNoIf true, forces a fresh fetch bypassing Jina's cache (default false).
Behavior3/5

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

With no annotations, the description should disclose behavioral traits. It mentions redirects are followed and caching behavior via no_cache, but lacks details on rate limits, authentication, error handling for non-article URLs, or cost specifics beyond the alternative comparison. It is moderately transparent.

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?

The description is compact and front-loaded: it first states the core purpose, then lists return fields, and ends with cost/alternatives. Every sentence adds value with no waste.

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 simple tool with 2 parameters and no output schema, the description covers purpose, usage, and alternatives adequately. It could clarify behavior for non-article pages, but is largely complete given the tool's complexity.

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 description coverage is 100% for both parameters. The description adds no new meaning beyond the schema's parameter descriptions (e.g., 'Redirects are followed' is already in url description, no_cache behavior is in schema). Baseline score of 3 applies.

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 clearly states 'Fetches any public URL and returns the full readable article text as clean Markdown', which is a specific verb+resource combination. It distinguishes itself from siblings like 'web-scrape-links' by emphasizing extraction of readable content.

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 explicitly mentions cost comparison and alternatives ($0.004 vs exa.ai/contents and web-read), implying when to use this tool over others. It also describes the output as ready for LLM tasks, indicating suitable use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thebrierfox/the-stall'

If you have feedback or need assistance with the MCP directory API, please join our Discord server