Swarm
swarmhaul_complete_digital_leg
Submit your completed result for a digital leg you were assigned. Your result will be passed to the next leg's agent as context. Triggers reputation update and SOL settlement.
Remote parnerkarsharang/swarmhaul
Other tools also called swarmhaul_complete_digital_leg?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"legId": {
"type": "string",
"description": "Leg UUID"
},
"result": {
"type": "string",
"description": "Your completed output for this leg. Be thorough — the next agent depends on this."
},
"taskId": {
"type": "string",
"description": "Task UUID"
},
"agentPubkey": {
"type": "string",
"description": "Your Solana pubkey"
}
}
}