update_recruiting_attachment
Update the description and pinned status of an attachment linked to a recruiting record (vacancy, candidate, applicant, or opinion) using the attachment ID and target locator.
Instructions
Update description and/or pinned state for a file attached directly to a Recruiting vacancy, candidate, applicant, or opinion. The attachmentId must belong to the resolved target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Recruiting target locator. Supported kinds depend on the tool: comments use vacancy/candidate/applicant/review/opinion; attachments use vacancy/candidate/applicant/opinion; activity uses vacancy/candidate/applicant/review; related issues use vacancy/candidate/applicant. | |
| attachmentId | Yes | Attachment ID. Must belong directly to the resolved Recruiting target. | |
| description | No | Optional attachment description. Use null on update to clear it. | |
| pinned | No | Whether the attachment should be pinned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |