Skip to main content
Glama

Create seller analytics challenge

get_seller_analytics_challenge

Create a one-time EIP-712 challenge for the listing's verified payer or current verified controller. This creates no account or cookie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listing_idYes
wallet_addressYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already indicate this is not read-only and not idempotent. The description adds meaningful behavioral context: the challenge is one-time and creates no account or cookie. This helps the agent understand side effects without overstating them, though details like expiration or authorization requirements are not covered.

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 two concise sentences. The first sentence front-loads the action and target, and the second clarifies an important side-effect boundary. Every phrase earns its place.

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 is simple, has an output schema, and annotations cover mutation behavior, so the description does not need to explain returns. However, it omits explicit parameter mapping and any workflow guidance such as 'use before complete_seller_analytics_challenge'. The description is adequate but relies on inference and sibling names for full context.

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 0%, so the description must compensate. It indirectly explains that listing_id refers to the listing and wallet_address relates to the verified payer or controller, but it never explicitly maps these to the schema properties. The agent can infer parameter roles but must make some assumptions.

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 starts with a specific verb, 'Create', and clearly identifies the resource as a 'one-time EIP-712 challenge' for a listing's verified payer or controller. This distinguishes it from siblings like get_seller_analytics and complete_seller_analytics_challenge. Even though the tool name begins with 'get', the description unambiguously clarifies the create behavior.

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

Usage Guidelines3/5

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

The description implies the tool is used to initiate a challenge for a verified payer or controller, and the sibling complete_seller_analytics_challenge suggests a follow-up flow. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or conditions.

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.