Swarm
swarmhaul_post_task
Post a new delivery task to the SwarmHaul marketplace. Triggers an on-chain list_package transaction. Autonomous agents will bid on it within seconds.
Remote parnerkarsharang/swarmhaul
Other tools also called swarmhaul_post_task?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"destLat": {
"type": "number",
"description": "Destination latitude"
},
"destLng": {
"type": "number",
"description": "Destination longitude"
},
"weightKg": {
"type": "number",
"description": "Package weight in kilograms"
},
"originLat": {
"type": "number",
"description": "Pickup latitude (-90 to 90)"
},
"originLng": {
"type": "number",
"description": "Pickup longitude (-180 to 180)"
},
"description": {
"type": "string",
"description": "Human-readable description"
},
"maxBudgetSol": {
"type": "number",
"description": "Maximum budget in SOL — locked in escrow"
},
"volumeLitres": {
"type": "number",
"description": "Package volume in litres"
},
"shipperPubkey": {
"type": "string",
"description": "Solana pubkey of the shipper"
}
}
}