Skip to main content
Glama

Airdrop / incentive screening (Farm Score, risk flags)

t54_airdrop_intelligence
Idempotent

Airdrop / incentive screening (Farm Score, risk flags)

HTTP GET /x402/v1/airdrop-intelligence (operationId airdropIntelligence). Paid routes may return HTTP 402 until the x402 broker settles on the configured rail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoAirdrop or incentive topic to score (Farm Score, narrative screening).
context_noteNoOptional free-text context or links for the screening report (max 4000 chars).
contract_addressNoOptional EVM contract on Base for Tier-1 triage merge

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare non-destructive, open-world, and idempotent behavior. The description adds valuable behavioral context about paid routes potentially returning HTTP 402 until the x402 broker settles, and explicitly identifies the HTTP GET method. This goes beyond annotation-only information and helps the agent anticipate payment-related errors.

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 brief and front-loaded with the core purpose, but the first sentence is a verbatim repetition of the title, which is slightly redundant. Still, the two sentences are efficient and avoid unnecessary fluff, earning a high conciseness score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Since there is no output schema, the description must clarify what the tool returns, but it only mentions 'Farm Score, risk flags' without elaborating on the report format or content. It also lacks context on how the screening works or how it differs from sibling tools. The payment detail is useful but does not compensate for the incomplete picture.

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?

The input schema already describes all three parameters with 100% coverage (topic, context_note, contract_address). The description does not add further semantic detail beyond what the schema provides, so the baseline score of 3 is appropriate.

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 clearly states 'Airdrop / incentive screening (Farm Score, risk flags)' and provides the HTTP endpoint and operation ID, making the tool's purpose specific and distinct from general audit/research tools. However, it does not explicitly contrast it with sibling tools, though the unique focus on airdrops/incentives differentiates it.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It just repeats the title and gives endpoint/payment details, with no mention of appropriate scenarios, prerequisites, or exclusions. The agent is left to infer usage from the title alone.

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

B3.4/5.0
Disambiguation4/5

The tools split into contract security (audit, monitor, triage) and marketplace API (t54_*) categories, each with distinct purposes. However, t54_x402_request is a generic executor that could overlap with specific t54_* tools, though the description advises preferring per-operation tools when available. Overall, most tools are clearly differentiated.

Naming Consistency2/5

Two naming conventions exist: contract_* (verb_noun, snake_case) and t54_* (prefix with varying patterns like t54_get_health, t54_hello_ping, t54_agent_commerce_data). The lack of a unified prefix or consistent verb/noun ordering across all tools lowers consistency significantly.

Tool Count5/5

With 12 tools, the server covers both contract security and marketplace operations without being overwhelming. Each tool serves a distinct role, and the count is appropriate for a specialized marketplace with auxiliary security features.

Completeness4/5

The contract tools provide auditing, monitoring, and triage—core lifecycle coverage. The marketplace tools include health, listing, and specific data endpoints. Minor gaps exist (e.g., no unsubscribe for monitoring, no user account management), but the overall surface is well-matched to the server's stated purpose.

Resources