Skip to main content
Glama
NG-PR0JECT
by NG-PR0JECT

scrapiq_extract

Extract any webpage into clean, structured content for LLM/RAG pipelines by removing boilerplate, navigation, ads, and scripts. Returns title, content, links, and metadata in markdown, text, or JSON.

Instructions

Extract a web page into clean, structured content for LLM/RAG pipelines via the Scrapiq API. Strips boilerplate, navigation, ads, and scripts. Returns title, content, links, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to extract
formatNoOutput format (default: markdown)
max_charsNoTruncate content to N chars (default: no truncation)
Install Server

TDQS

A4.2/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 full disclosure burden. It goes beyond a bare verb by naming what gets stripped (boilerplate, navigation, ads, scripts) and what gets returned (title, content, links, metadata). It doesn't mention potential JS-rendering or rate-limit issues, but the core behavior is well disclosed.

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 dense sentences front-load the purpose, then give concrete behavioral details about stripping and output. Every sentence earns its place with no filler or repetition.

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?

The description names the exact return fields, making up for the lack of an output schema. With only three simple parameters and no nested objects, this is sufficient for an agent to call the tool correctly. Minor edge cases like network failures or API authentication are not covered, but those are not essential here.

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%, so all three parameters (url, format, max_chars) are already documented. The description adds context about the overall curation behavior but not new parameter-level meaning, 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 uses a specific verb ('Extract') and resource ('a web page'), and clearly states the purpose: producing clean, structured content for LLM/RAG pipelines. Even with no siblings to distinguish from, the transformation intent is unambiguous.

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 establishes a clear use context by targeting LLM/RAG pipelines, signaling where this extraction tool fits. There are no sibling tools to contrast with, so the lack of explicit exclusions is acceptable.

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

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/NG-PR0JECT/scrapiq-mcp-server'

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