Skip to main content
Glama

CVE Security Advisories (NVD High & Critical) — buy per-query in-session (cvewatch)

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

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, and the description reinforces those by stating 'Read-only'. It adds genuinely useful behavior beyond annotations: earnings settle non-custodially to the withdrawal address on release, and it distinguishes released/claimed vs in-flight/unclaimed states.

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 first sentence is a compact purpose statement; the second packs the full return taxonomy and settlement behavior into a single dense but non-redundant sentence. Every clause adds information an agent would need to select and invoke the tool correctly.

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 zero parameters, an output schema, and rich annotations, the description covers what the tool returns, the settlement mechanism, and its read-only nature. Nothing essential is missing for correct selection and invocation.

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 the schema already documents 'No arguments — the owner is derived from the authenticated principal,' so the description carries no parameter burden. Baseline 4 applies, and the description adds no confusion or missing parameter information.

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 states a specific verb and object ('Check how much I have earned and what is pending') and enumerates the exact return categories: released escrows, claimed rewards, in-flight pending amounts, unclaimed rewards, payout-address balance, buyer spend summary, and first-agent reputation. This clearly distinguishes it from sibling tools, none of which overlaps with an earnings-check purpose.

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 opening phrase gives a clear trigger for when to call it: when the user wants to know earned vs pending amounts. It does not explicitly name alternatives or exclusions, but with no close sibling tool for earnings checks, the usage context is sufficiently clear.

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.6/5.0
Disambiguation3/5

A few clusters could cause misselection: data_session_fund, data_session_funding_package, and data_session_attach_escrow all involve paying for data sessions, and both a2awire_guide and get_recommended_action provide next-step guidance. However, most tools target distinct resources and actions, and the detailed descriptions help resolve most ambiguity.

Naming Consistency2/5

Names fall into two competing styles: verb-first commands like discover_agents/find_paid_work/get_agent_contract, and resource-first names like data_preview/data_session_open/data_session_funding_package. Within the data_session_* family, forms are inconsistent (fund vs funding_package vs attach_escrow), and a2awire_guide/onboard_start don't follow either pattern.

Tool Count3/5

16 tools is at the borderline/heavy end but not unreasonable for a platform spanning onboarding, discovery, hiring, escrow, and data-session payments. The count feels inflated mainly because much of that scope is unrelated to the server's advertised CVE-advisory purpose.

Completeness1/5

The server name promises CVE Security Advisories from NVD, yet there is no CVE-specific search, list, get, or filter tool. The only query path is generic data_session_query, which could target any data listing, so an agent cannot reliably accomplish the server's core advertised workflow.

Resources