Skip to main content
Glama

web_extract

Extract clean Markdown from up to 10 URLs, rendering JavaScript-heavy pages for readable content.

Instructions

Fetch and extract clean Markdown content from up to 10 URLs via Monid/TinyFish. Renders JavaScript-heavy pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesList of URLs to fetch (max 10).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It usefully reveals that the tool renders JavaScript-heavy pages and produces clean Markdown, which are meaningful behavioral traits beyond the input schema. It does not mention error handling, redirects, or rate limits, but the core behavior of the tool is transparent enough.

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 two sentences with no fluff. The main purpose and limit are front-loaded, followed by a valuable behavioral note about JavaScript rendering. Every clause earns its place.

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 one-parameter tool with no output schema, the description conveys the essential information: what input is expected, what output is produced, and a key capability (JS rendering). The main gap is the lack of explicit guidance about when to use web_extract versus the web_search sibling.

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?

The schema already provides 100% coverage for the single 'urls' parameter with a clear description. The tool description adds context about output format and rendering behavior but does not add new meaning specific to the URL parameter beyond what the schema states.

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 names a specific operation ('Fetch and extract'), a concrete output format ('clean Markdown content'), and a resource scope ('URLs'). It also distinguishes itself from the sibling tool web_search by focusing on fetching known URLs rather than searching.

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

Usage Guidelines3/5

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

Usage is implied through the contrast between web_extract and web_search, but no explicit guidance states when to choose this tool over the alternative. There are no exclusion criteria or conditions such as 'for search queries, use web_search instead'.

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/ashafizullah/monid-mcp'

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