Skip to main content
Glama

Concierge Intel

intel_airdrop

intel-airdrop — $0.10 USDC/USDG/USDT x402 (or TCX credits). POST https://conc-exe.xyz/api/concierge-intel-airdrop. Default body: {"message":"Solana ecosystem airdrop farming","limit":5,"includeInsider":true}. Unpaid calls return live PAYMENT-REQUIRED accepts (Solana/Base/Arbitrum USDC · Robinhood USDG · BNB USDT/USDC Permit2).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON POST body for the intel/security route
agentIdNoOptional Concierge agent id (agt_…)
creditsWalletNoSolana wallet for TCX prepaid credits (x-tcx-credits-wallet)
paymentSignatureNoBase64 PAYMENT-SIGNATURE after x402 settlement. Omit to receive a structured payment challenge (or settle via creditsWallet / SOON holder headers).
soonHolderWalletNoSolana wallet for SOON/TCX holder free tier (X-Soon-Holder-Wallet)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed8 schema fields changed
    • addedInput schema / properties / agentId
      Added value: +{
      +  "description": "Optional Concierge agent id (agt_…)",
      +  "type": "string"
      +}
    • addedInput schema / properties / body / default / includeInsider
      Added value: +true
    • addedInput schema / properties / body / default / limit
      Added value: +5
    • addedInput schema / properties / body / default / message
      Added value: +"Solana ecosystem airdrop farming"
    • changedInput schema / properties / body / description
      Previous value: -"JSON POST body"New value: +"JSON POST body for the intel/security route"
    • addedInput schema / properties / creditsWallet
      Added value: +{
      +  "description": "Solana wallet for TCX prepaid credits (x-tcx-credits-wallet)",
      +  "type": "string"
      +}
    • changedInput schema / properties / paymentSignature / description
      Previous value: -"Base64 PAYMENT-SIGNATURE header after x402 settlement"New value: +"Base64 PAYMENT-SIGNATURE after x402 settlement. Omit to receive a structured payment challenge (or settle via creditsWallet / SOON holder headers)."
    • addedInput schema / properties / soonHolderWallet
      Added value: +{
      +  "description": "Solana wallet for SOON/TCX holder free tier (X-Soon-Holder-Wallet)",
      +  "type": "string"
      +}
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description discloses the cost ($0.10 USDC/USDG/USDT or TCX credits), the behavior for unpaid calls (returns a payment challenge), and free-tier options (SOON holder). It does not mention rate limits or side effects, but the payment and challenge mechanics are well explained.

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 organized with clear sections for the endpoint, default body, and payment parameters. It is not excessively verbose, though the repetition of payment-related terms slightly increases length.

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

Completeness4/5

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

The description covers the essential context: cost, endpoint, default body, payment flow, and free-tier alternatives. It lacks an output schema and does not describe the expected success response format, but given the absence of an output schema, it provides sufficient information to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Each parameter in the schema has a description, and the description adds context beyond the schema, such as indicating that paymentSignature should be omitted to receive a structured payment challenge and explaining the credit wallet and holder wallet options. This goes beyond mere parameter listing.

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 a specific verb ('intel-airdrop'), the resource (an HTTP POST to a defined endpoint), and the cost/payment mechanism. It also provides a default body and payment options, making the tool's purpose unmistakable.

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 gives concrete usage instructions, including the endpoint, default body, and how to handle payment signatures and credit wallets. It lacks explicit guidance on when to prefer this tool over sibling intel tools, but the operational details are sufficient for most use cases.

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.

Resources