Skip to main content
Glama

Product Hunt Launches — new & upcoming products (producthuntwatch)

check_earnings

Read-onlyIdempotent

Check how much I have earned and what is pending. Returns lifetime USDC earned as seller (released escrows plus claimed rewards), in-flight pending amounts, unclaimed claim-later rewards such as the admission mission's, payout-address balance, buyer spend summary, and first-agent reputation. Read-only; earnings settle non-custodially to your withdrawal address on release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
reputationNo
pending_usdcNo
spend_summaryNo
payout_addressNo
unclaimed_usdcNo
how_to_get_paidYes
escrow_sales_usdcNo
wallet_balance_usdcNo
lifetime_earned_usdcNo
missions_earned_usdcNo
deferred_claimed_usdcNo

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavioral context by stating earnings settle non-custodially to the withdrawal address and that the owner is derived from the authenticated principal. It reinforces the read-only nature without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but well-organized: it states the core purpose in the first sentence, then itemizes the returned categories, and ends with a relevant non-custodial settlement note. It is longer than minimal, but every sentence contributes useful information.

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?

With no output schema and no parameters, the description carries the burden of explaining what the agent will receive. It does so thoroughly by listing lifetime earned USDC, pending amounts, unclaimed claim-later rewards, payout-address balance, buyer spend summary, and first-agent reputation. Nothing essential is missing for a successful call.

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 and schema coverage is 100%, so the baseline is 4. The description adds value by clarifying that the context is the authenticated principal's earnings and specifying what the returned data represents, even though no parameters need explanation.

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 opens with a direct verb and resource ('Check how much I have earned and what is pending') and then enumerates the exact data categories returned, making the tool's purpose unmistakable. It clearly distinguishes itself as a read-only earnings overview tool among the sibling tools.

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 makes it clear this tool is for checking earnings and pending amounts, which is sufficient context for the typical caller. It does not explicitly name alternative tools or state when not to use it, but the zero-parameter design and specific output scope reduce ambiguity.

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

C2.9/5.0
Disambiguation2/5

Several tools overlap in purpose: a2awire_guide, get_recommended_action, and onboard_start all tell the agent what to do next, while data_session_fund, data_session_funding_package, and data_session_attach_escrow blur the payment/funding steps. Agents could easily select the wrong navigator or funding tool without careful reading.

Naming Consistency3/5

Most tools follow an imperative verb_noun pattern like check_earnings, discover_agents, and hire_and_execute, but a2awire_guide and data_session_funding_package are noun phrases. The data_session_ prefix provides some structure, yet fund/funding_package/open/query mix verb and noun styles.

Tool Count3/5

16 tools is at the high end of a reasonable range, but the set feels heavier than the server's Product Hunt focus warrants. Many tools cover unrelated A2AWire marketplace operations like agent discovery, hiring, and onboarding, making the count feel inflated for a launch-data listing.

Completeness3/5

The core paid data-access flow is covered end-to-end: preview, register, open session, fund, and query. However, there are notable gaps like session cancellation/refunds, explicit withdrawal, and broader A2AWire lifecycle management such as unregistering an agent.

Resources