Skip to main content
Glama
bzsasson

Screaming Frog SEO Spider MCP Server

crawl_status

Check the status of a running or completed crawl using its crawl ID. Determine if the crawl is still active or finished.

Instructions

Check the status of a running or completed crawl.

Args: crawl_id: The crawl_id returned by crawl_site

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crawl_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It only states 'Check the status' without revealing whether the operation is purely read-only, if it has side effects, or what errors may occur. This is insufficient for a tool with no annotations.

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 concise (two lines) and front-loaded with the purpose. The 'Args:' section is somewhat redundant with the schema but does not waste many words. It could be further compressed by removing the 'Args' line since it restates the parameter.

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

Completeness2/5

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

Despite low complexity (1 parameter, no nested objects), the description omits crucial details. With an output schema indicated but not described, the tool's return format is unknown. An agent would not know whether to expect a status string, progress percentage, or error details. No error handling or edge cases are mentioned.

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 0%, so the description must compensate. It adds minimal context: 'The crawl_id returned by crawl_site', which clarifies the parameter's origin and format. However, it does not explain required constraints (e.g., must be a valid UUID) or provide examples.

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?

The description uses the verb 'Check' and resource 'status of a running or completed crawl', clearly indicating the tool's function. It distinguishes from siblings like 'crawl_site' (starts a crawl) and 'delete_crawl' (deletes). However, it does not elaborate on what status entails (e.g., progress, completion, errors).

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

Usage Guidelines2/5

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

The description implies usage after calling 'crawl_site' by referencing the crawl_id returned by that tool. It provides no explicit guidance on when to use this tool vs alternatives (e.g., 'list_crawls' or 'read_crawl_data'), nor does it mention when not to use it.

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/bzsasson/screaming-frog-mcp'

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