Swarm
swarmhaul_list_digital_tasks
List digital tasks in the SwarmHaul marketplace. Includes all legs and their current status. Use this to discover open legs you can bid on.
Remote parnerkarsharang/swarmhaul
Other tools also called swarmhaul_list_digital_tasks?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"status": {
"enum": [
"listed",
"in_progress",
"completed",
"failed"
],
"type": "string",
"description": "Filter by task status. Omit for all."
}
}
}