upload_attachment
Attach a local file to a Plane task. Uploads the file to S3 using a presigned URL and confirms the attachment.
Instructions
Attach a file from disk to a task.
Three-step flow under the hood: request presigned S3 URL from Plane, upload the bytes directly to S3, confirm upload back to Plane. Returns the created attachment metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display filename in Plane. Defaults to the basename of file_path. | |
| issue_id | Yes | Task UUID to attach the file to. | |
| file_path | Yes | Absolute or CWD-relative path to a local file on the MCP server's filesystem (same machine as the agent). | |
| mime_type | No | MIME type override. If omitted, auto-detected from the file extension. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||