Skip to main content
Glama

Score Sleepwalker content

score_sleepwalker_content

Score a URL with Content Intelligence without saving a run. Prefer passing compact trends from discover_sleepwalker_content_trends; omitting trends makes Sleepwalker discover them first and can be slower.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic page URL to analyze.
trendsNoOptional trends from discover_sleepwalker_content_trends.
countryNoMarket context for analysis. Use ISO country codes such as US, NL, DE, or EE.US
industryNoOptional industry context for Content Intelligence scoring.
languageNoLanguage for analysis and generated text. Use ISO language codes such as en, nl, de, or et.en
extraction_modeNoHow Sleepwalker retrieves page content. These actions read the page as a fast static fetch (the same content an AI crawler sees); leave the default. Other values are accepted for compatibility but are treated as the static fetch.ssr

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. Changed1 schema field changed
    • changedInput schema / properties / extraction_mode / description
      Previous value: -"How Sleepwalker should retrieve page content. Leave the default for most pages; use rendered or csr if the page depends on JavaScript."New value: +"How Sleepwalker retrieves page content. These actions read the page as a fast static fetch (the same content an AI crawler sees); leave the default. Other values are accepted for compatibility but are treated as the static fetch."
  3. Changed6 schema fields changed
    • addedInput schema / properties / country / description
      Added value: +"Market context for analysis. Use ISO country codes such as US, NL, or DE."
    • addedInput schema / properties / extraction_mode / description
      Added value: +"How Sleepwalker should retrieve page content. Leave the default for most pages; use rendered or csr if the page depends on JavaScript."
    • addedInput schema / properties / industry / description
      Added value: +"Optional industry context for Content Intelligence scoring."
    • 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 / trends / description
      Added value: +"Optional trends from discover_sleepwalker_content_trends."
    • addedInput schema / properties / url / description
      Added value: +"Public page URL to analyze."
  4. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description discloses a key behavioral fact not captured by annotations: the scoring does not save a run. It also reveals the performance consequence of omitting trends. Annotations already cover destructive and read-only hints, and nothing in the description contradicts them, so the added behavioral context is meaningful without being excessive.

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 sentences, no filler. The primary action and non-persistence caveat are front-loaded, and the trends guidance is delivered in a compact second sentence that earns its place.

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?

With an output schema present and all parameters documented in the schema, the description is largely complete for making a correct call. The only minor gap is that the description doesn't explicitly route the caller to a sibling tool when saving a run is desired, though the 'without saving a run' phrasing makes the distinction inferable.

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%, so the baseline is 3. The description adds value beyond the schema by advising callers to pass compact trends from discover_sleepwalker_content_trends and explaining the slower behavior when trends are omitted. This is genuinely useful parameter-level guidance even though the schema documents all fields.

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 a specific verb and resource: 'Score a URL with Content Intelligence without saving a run.' The phrase 'without saving a run' clearly differentiates this from create_sleepwalker_content_run and makes the tool's purpose immediately distinguishable from sibling tools.

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 gives clear operational guidance: prefer passing compact trends from discover_sleepwalker_content_trends, and warns that omitting trends causes slower discovery. It implies the no-save use case but does not explicitly name create_sleepwalker_content_run as the alternative when persistence is needed, so it falls just short of full exclusion 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.