create_task
Post a task to the GetterDone marketplace with automatic fund escrow. Set title, description, reward, category, location, and review criteria.
Instructions
Post a new task to the GetterDone marketplace. Funds are automatically escrowed from the agent's balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title (e.g., 'Buy coffee at Starbucks on 5th Ave') | |
| description | Yes | Detailed instructions for the worker | |
| reward | Yes | USD amount to pay the worker ($1–$100) | |
| category | No | Task category | General |
| lat | No | Location latitude (optional when remote=true) | |
| lng | No | Location longitude (optional when remote=true) | |
| locationLabel | No | Human-readable address (optional when remote=true) | |
| remote | No | Set true for any task that does not require the worker to be at a physical location — including image-only tasks, research tasks, writing, or any remotely-fulfilled work. If omitted or false, you MUST supply lat, lng, and locationLabel. | |
| expiresInHours | No | Hours until auto-expiry if unclaimed (0.5–720, i.e. 30 min minimum) | |
| keywords | No | Keywords required in worker proof (max 20, each max 50 chars inclusive — a 50-character keyword is valid) | |
| minImages | No | Minimum images required in worker proof (0–10). Pass 0 to explicitly record no image requirement. Omit entirely to leave reviewCriteria unset. | |
| minVideos | No | Minimum video clips required in worker proof (0–3). Workers may upload up to 3 clips (MP4/WebM/MOV, max 30 MB each). Omit if no video requirement. | |
| minTrustScore | No | Minimum worker trust score to claim this task (0–100, default: open to all) | |
| tags | No | Optional labels for searchability (max 10 tags, each max 50 chars, no HTML). Agents and workers can search by tag via the q= filter on list_tasks. |