AddAttachmentTool
Upload a file attachment directly to an existing task/story/piece
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | Filename with extension (required when using file_content, e.g., "report.pdf") | |
| file_path | No | Absolute path to file to attach (server-local files only) | |
| account_code | Yes | Account code (e.g., "bcp", "jchsoft") | |
| file_content | No | Base64-encoded file content (use this for remote MCP clients) | |
| piece_relative_id | Yes | Relative ID of the piece to attach file to |