Request a task attachment upload URL
request_taskattachment_uploadGet a short-lived, one-time upload_url to hand the file bytes off outside this conversation — the only way to attach a file to a task over MCP, since task attachments have no inline-content create tool. POST the file as multipart form data to upload_url with the field named file (max size and allowed content types are in the response) before expires_at; the token is consumed by the first successful upload and creates the TaskAttachment itself, scoped to task_id. This call only reserves the slot — it does not create the attachment yet, so it won't show up in list_taskattachments until the upload completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |