Skip to main content
Glama
spidra-io

spidra-mcp-server

Official
by spidra-io

spidra_check_batch_status

Read-only

Check batch scrape status by batch ID. Get per-URL statuses and results for finished items, and know if the batch is in progress or terminal.

Instructions

Check the status of a batch scrape by batchId. Returns per-URL statuses and results for finished items. Batch statuses: pending/running are in progress; completed, failed, and cancelled are terminal. A completed batch can still contain failed items — check failedCount.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
batchIdYesThe batch id returned by spidra_batch_scrape
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral detail: returns per-URL statuses, defines terminal vs in-progress states, and warns that completed batches can still contain failed items—key nuances for interpreting the result.

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 three sentences with no fluff. It front-loads the purpose, then efficiently explains status categories and an important exception. Every sentence earns its place.

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?

For a simple read-only tool with one required parameter and no output schema, the description fully covers what the agent needs: status meaning, return contents, and a critical edge case. It is self-contained and actionable without being verbose.

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% and the parameter description already explains batchId is returned by spidra_batch_scrape. The tool description adds no new parameter-level meaning beyond restating that connection, so it aligns with the baseline for well-covered schemas.

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?

Description clearly states 'Check the status of a batch scrape by batchId', identifying the specific verb-resource pair. It distinguishes from sibling spidra_check_scrape_status by explicitly saying 'batch' and detailing what it returns (per-URL statuses, results).

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?

Provides clear usage context by tying batchId to spidra_batch_scrape and explaining status semantics (in-progress vs terminal). It does not explicitly name alternatives or exclusions, but the singular purpose and batch-specific language implicitly guide correct selection.

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/spidra-io/spidra-mcp-server'

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