Skip to main content
Glama

Get Sleepwalker run result

get_sleepwalker_run_result
Read-onlyIdempotent

Fetch one full structured CI/AC run belonging to a saved test. Direct-URL runs created by create_sleepwalker_content_run or create_sleepwalker_visibility_run are read with their run-status tools instead. AC raw responses are fetched separately with get_sleepwalker_prompt_response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYesSleepwalker run ID returned by a create or list tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / run_id / description
      Added value: +"Sleepwalker run ID returned by a create or list tool."
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds context about what kind of run is fetched and how direct-URL runs are handled, enhancing understanding beyond annotations.

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, concise and well-structured. The most important information is first, and every sentence adds value without redundancy.

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 simple tool (one required parameter, clear annotations, output schema present), the description fully covers the tool's purpose, usage boundaries, and parameter context. No gaps.

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 has full parameter coverage and describes the run_id parameter adequately. The description does not add significant new meaning beyond the schema, so a baseline score 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 clearly states the action ('Fetch') and the resource ('one full structured CI/AC run belonging to a saved test'). It distinguishes from sibling tools by mentioning that direct-URL runs and AC raw responses are handled elsewhere, providing specificity.

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 explicitly states when to use this tool (for saved test runs) and when not (for direct-URL runs or AC raw responses), naming alternative tools for those cases. This provides clear guidance.

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.