Skip to main content
Glama

agent

Gather data across sources using natural language: plan queries, fetch pages in parallel, extract structured fields, and synthesize results with full step transparency.

Instructions

Natural-language data gathering across sources. Plans queries + URLs from a prompt, executes in parallel, optionally extracts structured fields, synthesizes. Full step transparency.

LLM-optional: with a synthesis LLM configured it writes the summary; without one it returns gathered evidence + a step log (plus schema-shaped fields when a schema is given) — YOU write the summary from the returned evidence, never present the raw step log as a poor result. For best agent results configure a free LLM key (e.g. Gemini).

Key parameters:

  • prompt: NL description of what to gather (e.g. "pricing for the top 5 CRM tools").

  • urls: optional seed URLs.

  • schema: optional JSON Schema — extracts matching fields from each page and merges.

  • max_pages: default 10.

  • max_time_ms: default 60000.

  • stream: progress notifications per step.

  • max_tokens_out / include_full_markdown / citation_format: budget + shape controls.

Pipeline: plan → search+fetch in parallel within budget → optional schema extraction → synthesize. steps[] exposes every action with timing. Uses MCP sampling when supported; falls back to keyword extraction otherwise.

Returns result, sources[], pages_fetched, steps[], total_time_ms, sampling_supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsNoSpecific URLs to include in the data gathering
promptYesNatural-language description of what data to gather
schemaNoOptional JSON Schema -- extract structured data matching this schema from each page
streamNoSend progress notifications as each step completes
max_pagesNoMaximum pages to fetch (default 10, max 100)
max_time_msNoMaximum execution time in milliseconds (default 60000)
max_tokens_outNoToken-budget cap on total output. Uses cl100k-base BPE; non-OpenAI tokenizer counts may drift ~5-15%. When both max_tokens_out and max_chars are set, max_tokens_out wins.
citation_formatNoCitation rendering style. 'numbered' (default) inline [N] markers; 'json' returns a citations[] array; 'anthropic_tags' wraps sources in <source id='...'> tags.
include_full_markdownNoInclude full markdown body in the response. Default false on multi-result tools (returns evidence excerpts only); set true to restore.
Behavior5/5

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

With no annotations provided, the description carries full burden. It details the pipeline (plan, search+fetch in parallel, optional extraction, synthesis), mentions full step transparency via steps[], explains LLM-optional behavior, and discloses fallback to keyword extraction. It also covers budget and output controls.

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

Conciseness4/5

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

The description is well-structured with a high-level summary, LLM-optional note, parameter details, pipeline, and return value list. It is front-loaded with purpose. However, it is somewhat lengthy and includes minor details (e.g., tokenizer drift) that could be omitted for conciseness.

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

Completeness5/5

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

Given the complexity (9 parameters, nested objects, no output schema), the description is thorough. It explains the pipeline, behavior without synthesis LLM, return fields (result, sources[], steps[], etc.), and parameter effects. It covers edge cases like max_tokens_out vs max_chars and citation format options.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the description adds significant value beyond the schema. It explains the purpose of each key parameter in context (e.g., 'prompt: NL description of what to gather'), provides defaults (max_pages=10, max_time_ms=60000), and describes citation_format options with examples.

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 starts with 'Natural-language data gathering across sources', clearly stating the verb (gather) and resource (sources). It distinguishes the tool from siblings like fetch and search by describing a multi-step pipeline (plan, parallel fetch, extract, synthesize).

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 explains when to use this tool (for NL data gathering with optional schema) and provides context for LLM-optional behavior. It tells the agent to configure an LLM key for best results and warns against presenting raw step logs. However, it does not explicitly list when not to use it or compare directly to siblings.

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/KnockOutEZ/wigolo'

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