Amazon Mechanical Turk · Capability

Amazon Mechanical Turk - Crowdsourcing Workflow

Workflow capability for data scientists and researchers to create HITs, manage worker assignments, approve work, and coordinate crowdsourced human intelligence tasks through Amazon Mechanical Turk.

Run with Naftiko AmazonMechanical TurkCrowdsourcingHuman IntelligenceTasksMachine Learning

What You Can Do

POST
Create hit — Create a new HIT for crowdsourced task execution.
/v1/hits
GET
List hits — List all HITs in the requester account.
/v1/hits
GET
List assignments — List all assignments submitted for a HIT.
/v1/assignments
POST
Approve assignment — Approve a completed assignment and release payment.
/v1/assignments
POST
Send bonus — Send a bonus payment to a worker.
/v1/workers
GET
Get account balance — Get the current prepaid balance in the MTurk account.
/v1/account

MCP Tools

create-hit

Create a new Human Intelligence Task for crowdsourced annotation, transcription, or research.

list-hits

List all active and reviewable HITs in the requester account.

read-only
get-hit

Get detailed information about a specific HIT including status and completion metrics.

read-only
list-assignments-for-hit

List all worker assignments submitted for a specific HIT for review.

read-only
approve-assignment

Approve a completed worker assignment and release payment.

reject-assignment

Reject a completed worker assignment with feedback.

send-bonus

Send a bonus payment to a worker for exceptional task completion.

notify-workers

Send notification messages to specific workers.

get-account-balance

Get the current prepaid balance available in the MTurk requester account.

read-only
list-qualification-types

List qualification types used to filter and target the right worker pool.

read-only

APIs Used

mturk-requester