Append a note to a card
project_card_noteAppend a timestamped observation under a specified heading on a card to record single-line notes without rewriting the full body, keeping concurrent agent edits safe in a shared repository.
Instructions
Append one timestamped line under a heading. Cheaper than rewriting the body and safe when two agents write at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Card to append to. | |
| text | Yes | The line to append. One observation, not a paragraph. | |
| actor | No | Who to attribute this to. Defaults to the MCP client's own name; pass one only to act on another actor's behalf. | |
| section | No | Heading to append under. Created if it does not exist yet. | Notes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | A canonical record with its body, revision and reference graph. |