Response includes only `id`, forcing a second GET for any work
mediumPOST creates a resource and returns just `{ id: “...” }`. Agents always need a follow-up GET to read what they just created. Return the full object on success to halve the call count per task.
POST /v1/*