Skip to main content
Glama
Scrapeer

Scrapeer MCP Server

Official
by Scrapeer

scrapeer_get_run_steps

Read-onlyIdempotent

Inspect a run's block-by-block execution to identify the source of a failure, understand timing, or check previews before fetching results.

Instructions

Get block-by-block execution breakdown of a run. USE THIS TOOL WHEN: a run failed and you need to know which block caused the error, or you want to understand execution timing, or you want to see which blocks have preview envelopes before calling scrapeer_get_run_results. DO NOT USE: to get the actual scraped values (use scrapeer_get_run_results).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
execution_idYesThe execution ID returned by scrapeer_run_flow or scrapeer_run_flow_and_wait.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering safety expectations. The description adds behavioral context by noting what the breakdown includes (block errors, timing, preview envelopes) beyond what annotations express. It doesn't detail output structure, but annotations lower the burden.

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?

Three sentences: first states purpose, second gives specific use cases, third clarifies what not to use it for. No wasted words, and key decisions are 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?

There is no output schema, but the description communicates the return concept (block-level breakdown with execution timing and preview envelope presence). It references relevant sibling tools and gives enough context to invoke correctly. Slightly more detail on output shape would push it to 5, but it is sufficient.

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?

The input schema fully describes the single parameter, execution_id, including its UUID format and what returns it (scrapeer_run_flow or scrapeer_run_flow_and_wait). The description itself doesn't add parameter-level details, but schema coverage is 100%, so the baseline of 3 is appropriate.

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 uses a specific verb ('Get') with a clear resource ('block-by-block execution breakdown of a run'), immediately conveying the tool's scope. It explicitly differentiates itself from scrapeer_get_run_results by contrasting block-level details vs. actual scraped values.

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?

The description provides explicit 'USE THIS TOOL WHEN' conditions and a 'DO NOT USE' exclusion naming the alternative tool. This gives the agent clear decision criteria for selecting this tool over most 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/Scrapeer/scrapeer-mcp-server'

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