Skip to main content
Glama
AKzar1el

GEO MCP by DigestSEO

List active prompts

list_prompts
Read-onlyIdempotent

Inspect active buyer-intent prompts for a tracked brand before a scan or audit. Verify prompt coverage and review the measurement set without changing it.

Instructions

List the exact active buyer-intent prompts for one tracked brand without changing them. Use before a scan or audit when the user wants to inspect the measurement set, verify prompt coverage, or review what generate_prompts produced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brand_idYesStable identifier of the tracked brand whose active prompts to inspect.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
promptsYes
brand_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.3.15

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful context about 'exact active' prompts and their relation to generate_prompts, but does not disclose additional behavioral traits such as return shape or ordering. No contradiction 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?

Two sentences, no filler. The core action and non-mutating nature are front-loaded, followed by concrete use cases. Every sentence earns its place.

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 a simple single-parameter read tool with full schema coverage, rich annotations, and an output schema present, the description is complete. An agent knows what the tool does, when to use it, and that it is safe and idempotent.

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%, with brand_id already documented as the stable identifier of the tracked brand. The description reinforces the 'one tracked brand' scope but does not add meaning beyond what the schema provides, so the 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 uses a specific verb ('List') and resource ('exact active buyer-intent prompts for one tracked brand'), and explicitly states the operation does not change anything. It differentiates from siblings like generate_prompts and list_brands by scope and behavior.

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 use cases: before a scan or audit, to inspect the measurement set, verify prompt coverage, or review generate_prompts output. It does not explicitly state when not to use it or name a specific alternative tool, but the context is strong enough to guide selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.