Skip to main content
Glama

a9n9 Deep Research

Submit External Wallet Payment

a9n9_research_submit_payment
Idempotent

Verify a separately broadcast Tempo mainnet push-mode payment and continue the quoted research job. Use the paymentChallenge and walletPayment returned by a9n9_research_quote, then provide the transaction hash, payer address, and same job_key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_keyYes
notify_emailNoOptional: email the completed report to this address from a9n9@agentmail.to.
payer_addressYes
transaction_hashYes
payment_challengeYesUnmodified paymentChallenge returned by a9n9_research_quote.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
resultNo
statusYes
quoteIdNo
createdAtNo
statusUrlNo
trackerCodeYes
progressStageYes
progressPercentYes
requestBodyHashNo

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The description reveals that the tool verifies an externally broadcast payment (not initiated by this tool) and continues a job, adding context beyond the annotations. The annotations already indicate idempotency (idempotentHint: true) and non-destructive (destructiveHint: false). The description does not contradict annotations and adds useful behavioral nuance about the separate broadcast step.

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 sentences: the first states the purpose, the second provides instructions on what to provide. Both are front-loaded with essential information. No superfluous words, and every sentence adds value.

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 the tool has 5 parameters (4 required, one nested object) and an output schema exists, the description covers the main inputs and prerequisite. However, it does not explain error handling, what happens if verification fails, or the overall flow beyond the immediate step. The confusing mention of 'walletPayment' (not in schema) also detracts. Adequate but not thorough.

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 only 40% (2 of 5 params have descriptions). The description adds meaning for three parameters: job_key ('same job_key' implies matching the quote), payer_address (from broadcast), and transaction_hash (from broadcast). It does not mention notify_email, and there is a confusing mention of 'walletPayment' which is not in the input schema. The description partially compensates for low schema coverage but is incomplete.

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 clearly states the specific action: verifying a separately broadcast Tempo mainnet push-mode payment and continuing the quoted research job. It references the prerequisite tool (a9n9_research_quote) and lists the required inputs (transaction hash, payer address, job key). This distinguishes it from sibling tools like a9n9_research_quote or a9n9_research_start, which are different steps in the workflow.

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 explicitly tells the agent to use the paymentChallenge and walletPayment from a9n9_research_quote, establishing a clear prerequisite. It implies this tool should be used after quoting and before continuing the job. However, it does not explicitly state when not to use it or mention alternatives, which would make it stronger.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool serves a distinct purpose: free search, quote generation, paid research initiation, status tracking, and payment submission. No two tools overlap in functionality, and descriptions clearly differentiate their roles.

Naming Consistency4/5

All tools share the 'a9n9_' prefix and use snake_case. However, the pattern varies slightly: 'quick_search' uses adjective_noun, while others mix noun_noun and verb_noun constructions. The inconsistency is minor and does not hinder readability.

Tool Count5/5

Five tools cover the essential stages of the research service (free search, quoting, payment, start, status) without unnecessary redundancy. The count is well-scoped for the domain.

Completeness4/5

The tool set covers the main workflow end-to-end. A minor gap is the lack of a tool to list or cancel past research jobs, but the core lifecycle (quote, pay, start, status) is fully represented.

Resources