Skip to main content
Glama

List Sleepwalker Content Intelligence runs

list_sleepwalker_content_runs
Read-onlyIdempotent

List persisted direct-URL Content Intelligence runs created through Sleepwalker infrastructure actions. When has_more is true, pass next_starting_after as starting_after to fetch the next page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return.
statusNoOptional status filter. Common values are queued, running, completed, failed, and cancelled.
starting_afterNoPagination cursor: pass the previous page's next_starting_after to fetch the next page.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / starting_after
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Pagination cursor: pass the previous page's next_starting_after to fetch the next page.",
      +  "title": "Starting After"
      +}
  2. Changed2 schema fields changed
    • addedInput schema / properties / limit / description
      Added value: +"Maximum number of items to return."
    • addedInput schema / properties / status / description
      Added value: +"Optional status filter. Common values are queued, running, completed, failed, and cancelled."
  3. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and idempotent. The description adds value by detailing pagination behavior (has_more and next_starting_after), which is beyond what annotations provide. No contradictions.

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?

Two concise sentences: first states the purpose, second provides pagination guidance. No unnecessary information or repetition. Efficiently structured.

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?

With full annotation coverage, complete schema descriptions, and an output schema, the description adds the missing piece of pagination behavior. Everything needed for correct invocation is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. The description further clarifies the relationship between the starting_after parameter and the response field next_starting_after, adding practical usage context beyond the schema.

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 verb 'list' and the resource 'persisted direct-URL Content Intelligence runs', specifying the domain ('Sleepwalker infrastructure actions'). It effectively distinguishes from sibling tools like list_sleepwalker_visibility_runs by naming the specific run type.

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?

The description provides explicit pagination guidance ('When has_more is true, pass next_starting_after as starting_after'). While it does not mention when not to use the tool or alternatives, the pagination instruction is a clear usage directive.

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.