Swarm
t54_airdrop_intelligence
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.
Remote hobiecunningham/agentic-swarm-marketplace
Other tools also called t54_airdrop_intelligence?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"topic": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Topic",
"default": null,
"description": "Airdrop or incentive topic to score (Farm Score, narrative screening)."
},
"context_note": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Context Note",
"default": null,
"description": "Optional free-text context or links for the screening report (max 4000 chars)."
},
"contract_address": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Contract Address",
"default": null,
"description": "Optional EVM contract on Base for Tier-1 triage merge"
}
}
}