Skip to main content
Glama

post_check

Score whether AI names your brand for its category. Returns score, competitors, evidence, citations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_paymentNoSigned x402 payment payload

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does mention that it returns score, competitors, evidence, and citations, which is useful. However, it fails to disclose the payment requirement implied by the x_payment parameter, potential costs, or any side effects, leaving a significant gap for a tool that processes payments.

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 a single, concise sentence that packs the core purpose and expected outputs without any fluff. It is front-loaded with the action verb and immediately states what is returned, making it highly scannable for an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has one parameter and no output schema, so the description's mention of 'Returns score, competitors, evidence, citations' provides a basic return contract. However, it lacks context about the payment flow, usage prerequisites, and how the tool fits a larger workflow. It is a minimal viable description but leaves notable 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?

The schema fully describes the single parameter x_payment as 'Signed x402 payment payload' with 100% coverage. Since the schema already provides complete parameter meaning, the description adds nothing but also doesn't need to; this meets the baseline for high coverage. The description does not conflict with the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action: 'Score whether AI names your brand for its category.' This is a concrete verb+resource structure that conveys the tool's function. It implicitly distinguishes itself from sibling tools like brand_ai_visibility_check and ai_category_ranking, though it doesn't explicitly call out differences.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. There is no context about the intended scenario or how it fits among the sibling tools, leaving the agent to infer usage from the name and one-line description.

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.