Skip to main content
Glama

Extract Public URLs in Batch

extract_batch

Fetch one to five public HTTPS URLs and return bounded structured fields for each source in one paid attempt. Supply urls as a JSON array and optional unique fields. Use extract for a single URL when you do not need batch accounting. Charge is one flat introductory 0.01 USDC quote for the bounded attempt, not a guarantee that every URL succeeds. Automatic retries are disabled; unknown outcomes must not be re-paid automatically. Payment challenge and credentials are bound to https://agents.samedaydesk.com/extract/batch, not mcp://. Retry the identical authorized arguments and credential.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesOne to five public HTTPS URLs as a JSON array. Charge is one flat introductory attempt, not per-URL success.
fieldsNoOptional unique bounded subset of structured extraction fields.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
jobIdYes
quoteYes
chargedYes
partialYes
productYes
sourcesYes
boundaryYes
jobStatusYes
accountingYes
costInputsYes
stopReasonYes
schemaVersionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.8/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses the flat charge, the fact that success is not guaranteed per URL, disabled automatic retries, and the exact endpoint and credential binding for payment challenges.

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 longer than average but every sentence carries meaningful operational information such as pricing, retry policy, endpoint binding, and tool selection. The structure is clear, though some repetition exists between the description and the schema parameter descriptions.

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 rich schema and output schema presence, the description provides all necessary invocation context: required and optional parameters, constraints, payment expectations, retry behavior, and differentiation from sibling tools. Nothing essential is missing.

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

Parameters4/5

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

The schema already covers all parameters with descriptions, and the tool description reinforces the 'unique fields' constraint and the flat-pricing nuance for the urls parameter. It adds helpful meaning beyond the raw schema without being redundant.

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?

Clearly states the tool fetches one to five public HTTPS URLs and returns bounded structured fields in one paid attempt. It also distinguishes itself from the sibling tool 'extract' by explicitly noting batch accounting, so an agent can tell them apart.

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

Usage Guidelines5/5

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

Explicitly instructs when to use this tool versus the 'extract' sibling, and clarifies the payment model, retry behavior, and per-request constraints. This gives the agent actionable guidance on when this tool is appropriate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.