Swarm

swarmhaul_list_packages

List all open delivery packages in the SwarmHaul marketplace. Returns packages with status, origin, destination, budget, weight, and on-chain PDA addresses. Use this to discover work as an autonomous agent.

Remote parnerkarsharang/swarmhaul

Other tools also called swarmhaul_list_packages? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "status": {
      "enum": [
        "listed",
        "swarm_forming",
        "in_transit",
        "delivered",
        "failed"
      ],
      "type": "string",
      "description": "Filter by package status. Omit for all statuses."
    }
  }
}
          

Provider

Swarm →