Skip to main content
Glama

veroq_extract

Extract clean article text from multiple URLs for analysis. Bypass paywalls where possible, returning title, domain, word count, and content. Supports up to 5 URLs per request.

Instructions

Extract article content from one or more URLs into clean text.

WHEN TO USE: When you need the full text of a news article or web page for analysis. Handles paywalls where possible. RETURNS: Per-URL results with title, domain, word count, and extracted text (truncated at 2000 chars). COST: 3 credits. EXAMPLE: { "urls": "https://reuters.com/article/123,https://bloomberg.com/news/456" } CONSTRAINTS: Max 5 URLs per request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesComma-separated URLs to extract (max 5)
Behavior4/5

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

No annotations, but the description discloses key behaviors: paywall handling, return format with truncation, credit cost, and max URL constraint. It lacks details on error handling but covers the main expectations.

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?

Exceptionally well-structured with clear sections (WHEN TO USE, RETURNS, COST, EXAMPLE, CONSTRAINTS). Every sentence adds value, and the purpose is front-loaded.

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?

No output schema, but the description specifies return fields (title, domain, word count, truncated text) and constraints (max 5 URLs, cost). It is adequate for most use cases, though missing error scenarios.

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%, so the baseline is 3. The description provides an example format ('urls' as comma-separated) and reiterates constraints, but adds no new meaning beyond the schema.

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

Purpose4/5

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

Clear verb and resource: 'Extract article content from URLs'. Specific and not a tautology. However, it does not explicitly distinguish from sibling tools like 'veroq_crawl', but given the context, the purpose 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 Guidelines3/5

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

Explicit 'WHEN TO USE' section provides context (analysis of full text). However, it does not mention when not to use or suggest alternative tools, limiting guidance for an AI agent.

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/Veroq-ai/veroq-mcp'

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