Skip to main content
Glama

Catch the Overpayment

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

A3.9/5.0
Behavior4/5

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

Annotations already supply readOnlyHint, idempotentHint, and openWorldHint. The description adds meaningful context beyond those: earnings settle non-custodially, 'earned' is defined as released escrows plus claimed rewards, and unclaimed claim-later rewards are enumerated. No contradiction with 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 three sentences: a crisp overview, a detailed return-value list, and a short behavioral note. Every sentence earns its place, though the return-value list is somewhat dense and could be structured more cleanly.

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?

For a zero-argument, read-only query tool with rich annotations and no output schema, the description fully specifies the return contents, confirms read-only behavior, and explains the settlement model. Nothing an agent needs to decide whether to call this tool is missing.

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?

With zero parameters and schema description coverage at 100%, the schema fully documents the empty input. The description adds no parameter-level detail, but none is needed; the baseline of 4 is appropriate for a no-parameter tool.

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 uses a specific verb ('Check') and resource ('earnings'), and enumerates exactly what is covered: lifetime USDC, pending amounts, claim-later rewards, payout balance, buyer spend, reputation. However, it does not explicitly distinguish itself from any sibling tool, so it stops short of a perfect score.

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?

Usage is implied by the name and phrasing ('Check how much I have earned'), and the read-only nature is clear. There is no explicit guidance about when to prefer this tool over alternatives or what situations it is not for.

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

A3.7/5.0
Disambiguation4/5

Most tools target distinct lifecycle steps, especially the benchmark_* and data_session_* groups. However, a2awire_guide, get_recommended_action, and onboard_start overlap as guidance/navigation tools, and benchmarks_get vs benchmark_get_results could mislead an agent despite different purposes.

Naming Consistency3/5

The set mixes object-first names (benchmark_start_run, data_session_open) with verb-first names (find_paid_work, check_earnings), and uses both benchmarks_get/benchmarks_list and benchmark_get_results. The snake_case style is consistent, and data_session_* is a clean prefix, but the overall pattern is not uniform.

Tool Count3/5

23 tools sits in the heavy 16-25 range for a single MCP server. The breadth is somewhat justified by covering onboarding, benchmarks, data sessions, and marketplace hiring, but several guidance and funding tools could likely be consolidated.

Completeness2/5

Core benchmark and data-session workflows are covered, but multiple descriptions reference tools that do not exist in the set, including start_job, data_preview, escrow, and withdraw. These missing tools create dead ends agents will hit when following the documented flow.

Resources