Skip to main content
Glama

Get Sleepwalker Content Intelligence run status

get_sleepwalker_content_run_status
Read-onlyIdempotent

Read status and optional full result for a persisted direct-URL Content Intelligence run.

Poll compact status while queued or running. Set include_result only after completion or when the user explicitly needs the full result payload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYesSleepwalker run ID returned by a create or list tool.
include_resultNoInclude the full result payload. Prefer false while polling queued or running work.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / include_result / description
      Added value: +"Include the full result payload. Prefer false while polling queued or running work."
    • addedInput schema / properties / run_id / description
      Added value: +"Sleepwalker run ID returned by a create or list tool."
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate read-only and idempotent behavior. The description adds value by explaining the polling pattern and when to include the result payload, aligning with annotations without contradiction.

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 concise with two front-loaded sentences. Each sentence provides essential information without unnecessary fluff.

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?

Given the tool's low complexity, good schema, annotations, and output schema, the description is largely complete. It covers main purpose, polling usage, and result inclusion. Minor improvements could include explicit differentiation from sibling tools for result retrieval.

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%, so the schema already documents both parameters well. The description rephrases the guidance for include_result but does not add significant new meaning beyond what the schema descriptions provide.

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 clearly states it reads status and optional full result for a persisted direct-URL Content Intelligence run. The verb 'Read' and resource 'status and optional full result' are specific, and the mention of 'Content Intelligence run' helps distinguish from similar sibling tools like get_sleepwalker_visibility_run_status.

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

Usage Guidelines3/5

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

The description provides implicit guidance by indicating to poll while queued or running and to set include_result only after completion. However, it does not explicitly compare to alternatives like get_sleepwalker_run_result or state when not to use this tool.

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.