Skip to main content
Glama
Spacemandomains

TOP GUN GEO-Lens

get_payment_info

Retrieve payment URLs and USDC wallet address for both audit tiers to process payments for brand visibility analysis.

Instructions

Get payment URLs and USDC wallet address for both audit tiers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description bears full burden. It implies a read-only retrieval operation with no side effects, but does not mention authorization, rate limits, or any behavioral nuances. For a simple getter with zero parameters, the disclosure is adequate but minimal.

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 sentence with 11 words, front-loading the core action and resource. Every word earns its place; no redundancy or fluff.

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?

Given no output schema and no annotations, the description could be more explicit about the structure of the returned data (e.g., format of URLs, whether both tiers are returned in a single response). However, for a zero-parameter tool of low complexity, the current description provides a functional minimum.

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?

The tool has zero parameters, so the description does not need to add parameter info. The schema coverage is vacuously 100%. Baseline for 0 params is 4, and the description correctly focuses on the tool's output, adding no confusion.

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 'Get' and clearly identifies the resources: 'payment URLs and USDC wallet address'. It also specifies scope ('for both audit tiers'), which distinguishes it from sibling tools that deal with brand audits and geographic checks. The purpose is unambiguous.

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?

No explicit guidance on when to use this tool versus alternatives. The description implies it is for retrieving payment info, but does not state when not to use it or provide comparative context. The simplicity of the tool (no parameters) makes this gap minor.

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

Install Server

Other Tools