Add Attachment to Issue
issue_add_attachmentAttach a local file (max 8 MB) to a Yandex Tracker issue using its absolute path and issue ID; the file uploads and returns the created attachment.
Instructions
Attach a local file to a Yandex Tracker issue. Pass the absolute path to a file readable on the MCP server host; the file is uploaded as multipart/form-data. Max file size 8 MB. Returns the created attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Optional name to show in Tracker; defaults to the file's own name. | |
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| file_path | Yes | Absolute path to the local file to attach, on the host where the MCP server runs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| size | No | ||
| content | No | ||
| metadata | No | ||
| mimeType | No | ||
| createdAt | No | ||
| createdBy | No |