Skip to main content
Glama

Create Sleepwalker Content Intelligence run

create_sleepwalker_content_run

Queue a persisted Content Intelligence run.

Send url for a new direct-URL run, or test_id to rerun an existing saved CI test. Use only after explicit user confirmation. This starts queued work and returns quickly with a run_id; poll get_sleepwalker_content_run_status until the run is terminal instead of creating duplicate runs. The response includes billing fields when credits are reserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPublic URL for a new direct Content Intelligence run. Send either url or test_id, not both.
countryNoMarket context for analysis. Use ISO country codes such as US, NL, DE, or EE.US
test_idNoExisting saved Content Intelligence test to rerun. Send either test_id or url, not both.
languageNoLanguage for analysis and generated text. Use ISO language codes such as en, nl, de, or et.en
analysis_depthNoUse score for a faster scoring run or full for the complete Content Intelligence result.full
idempotency_keyNoOptional stable key for retries. Reusing it helps avoid duplicate queued runs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / country / description
      Previous value: -"Market context for analysis. Use ISO country codes such as US, NL, or DE."New value: +"Market context for analysis. Use ISO country codes such as US, NL, DE, or EE."
    • changedInput schema / properties / language / description
      Previous value: -"Language for analysis and generated text. Use ISO language codes such as en, nl, or de."New value: +"Language for analysis and generated text. Use ISO language codes such as en, nl, de, or et."
  2. Changed6 schema fields changed
    • addedInput schema / properties / analysis_depth / description
      Added value: +"Use score for a faster scoring run or full for the complete Content Intelligence result."
    • addedInput schema / properties / country / description
      Added value: +"Market context for analysis. Use ISO country codes such as US, NL, or DE."
    • addedInput schema / properties / idempotency_key / description
      Added value: +"Optional stable key for retries. Reusing it helps avoid duplicate queued runs."
    • addedInput schema / properties / language / description
      Added value: +"Language for analysis and generated text. Use ISO language codes such as en, nl, or de."
    • addedInput schema / properties / test_id / description
      Added value: +"Existing saved Content Intelligence test to rerun. Send either test_id or url, not both."
    • addedInput schema / properties / url / description
      Added value: +"Public URL for a new direct Content Intelligence run. Send either url or test_id, not both."
  3. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Beyond annotations, the description discloses that work is queued and asynchronous, that it returns quickly with a run_id, and that billing fields appear when credits are reserved. It also signals mutation/non-idempotency risk with the duplicate-runs warning and user-confirmation requirement, consistent with 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?

Five short sentences, with purpose front-loaded, then parameter modes, safety, async behavior, and billing consequence. Every sentence adds operational value; no filler.

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?

For an async create tool with two mutually exclusive modes, the description covers confirmation, return payload (run_id), polling behavior, duplicate prevention, and billing. Combined with rich schema descriptions and output schema, nothing an agent needs before invoking is missing.

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 100%, so the schema carries the parameter meaning. The description restates url/test_id mode selection and reinforces idempotency_key's duplicate-prevention purpose, but adds little beyond what the property descriptions already say.

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 opens with 'Queue a persisted Content Intelligence run,' naming the specific action, resource, and persistence behavior. It then distinguishes the two invocation modes (new url vs saved test_id), which is enough to tell it apart from sibling tools like the visibility-run creators.

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?

It gives an explicit gate, 'Use only after explicit user confirmation,' and tells the agent to poll get_sleepwalker_content_run_status until terminal rather than creating duplicate runs. It does not explicitly enumerate exclusions or alternatives such as score_sleepwalker_content for quick scoring, so it falls just short of full when-not 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.