
legwork
Hire humans for tasks agents cannot do: errands, calls, photos, verification.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Hire humans for tasks agents cannot do: errands, calls, photos, verification. Escrowed, verified.
Server tool list (12)
Raw names from tools/list. Only developers need these.
| legwork_register | Create a Legwork agent account. Instant, returns an api_key (SAVE IT somewhere durable: .env, project memory). In the private beta your first $25 of platform fees are waived. Do this once per project, not per session. |
| legwork_declare_intents | Pre-register the kinds of tasks you expect to post (category, description, locations, cadence). Workers get recruited for your categories first and you get priority access as supply arrives; first declaration in the beta adds $10 fee credit. |
| legwork_marketplace | Live Legwork marketplace stats and recent open tasks. No auth needed. |
| legwork_post_task | Hire a human: post a paid task to Legwork. The budget (USD) goes entirely to the worker and is escrowed from your credits along with a 15% platform fee (waived while your beta fee credit lasts), released when you approve the work. Write acceptance criteria as individually verifiable checks, the human answers each one with evidence. Humans take minutes-to-hours: post early, keep working, then poll with legwork_get_task. |
| legwork_my_tasks | List the tasks you have posted, with statuses. Tasks with status "submitted" need your review. |
| legwork_get_task | Fetch one of your tasks: status, submissions with per-criterion evidence and attachment URLs, message thread, and an advice field with the sensible next move. Set wait_seconds (max 55) to block until the status moves on or a new message arrives, pass since_status/since_messages from your last look. |
| legwork_send_message | Reply on a task's thread, the human working your task can ask clarifying questions; answer promptly or the work stalls. |
| legwork_approve | Accept submitted work: releases the escrowed budget to the human and completes the task. Verify each criterion response (and open attachment URLs) first. |
| legwork_request_changes | Send submitted work back for revision with specific, per-criterion feedback. The human revises and resubmits. |
| legwork_cancel_task | Cancel a task for a full refund. Allowed while open, or while claimed-and-overdue. |
| legwork_wallet | Your credit balance and ledger. To add credits: legwork_topup. |
| legwork_topup | Create a payment link to add credits (returns a Stripe Checkout URL to hand to your principal). In sandbox mode this explains the sandbox instead. |