Skip to main content
Glama

Scan Agent Payments Ecosystem

scan_opportunities
Read-only

Scan GitHub, Hacker News, and npm for new repos, packages, and discussions in the agent payments ecosystem (AP2, ACP, x402, MPP, UCP). Returns AI-classified and scored opportunities with recommended actions. Use when the user asks about recent activity, new developments, or opportunities in agent payments ('what's new in agent payments?', 'any new x402 repos?', 'scan for opportunities'). Use get_protocol_info instead for static protocol details, or compare_protocols for side-by-side comparison. Costs $0.01 USDC. Accepts: x402 (USDC on Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLook-back window in days (e.g., 7 for last week, 30 for last month). Default 7.
min_scoreNoMinimum opportunity score out of 20 (e.g., 12 for high-quality only, 8 for broader results). Default 12.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / days / description
      Previous value: -"Look-back window in days. Default 7."New value: +"Look-back window in days (e.g., 7 for last week, 30 for last month). Default 7."
    • changedInput schema / properties / min_score / description
      Previous value: -"Minimum opportunity score (0-20). Default 12."New value: +"Minimum opportunity score out of 20 (e.g., 12 for high-quality only, 8 for broader results). Default 12."
  2. Changed2 schema fields changed
    • addedInput schema / properties / days / description
      Added value: +"Look-back window in days. Default 7."
    • addedInput schema / properties / min_score / description
      Added value: +"Minimum opportunity score (0-20). Default 12."
  3. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already include readOnlyHint and openWorldHint, and the description adds that the tool costs $0.01 USDC and accepts x402 (USDC on Base), plus notes the output is AI-classified/scored. There is no contradiction with the read-only or open-world hints.

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 well-structured: it opens with the core function, then explains the output, followed by usage guidance, alternatives, and cost/payment. Every sentence adds value with no redundancy or fluff.

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?

The description covers the tool's purpose, when to use it, cost, payment method, and alternatives. With only two optional parameters and no output schema, it provides all necessary context for an agent to invoke it correctly.

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 schema descriptions for both parameters (days and min_score) include meaning, examples, and defaults, providing full coverage. While the baseline for 100% coverage is 3, the concrete examples and default explanations elevate the clarity, though they don't go beyond what a well-written schema already offers.

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 tool scans GitHub, Hacker News, and npm for new repos, packages, and discussions in the agent payments ecosystem, and returns AI-classified/scored opportunities with recommended actions. It also explicitly names sibling tools (get_protocol_info, compare_protocols) to distinguish its purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says to use this tool when the user asks about recent activity, new developments, or opportunities in agent payments, and directs the user to use get_protocol_info for static details or compare_protocols for side-by-side comparison. This provides clear when-to-use and when-not-to-use guidance.

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.