Append to a pad
append_to_documentAppends text to the end of a collaborative pad without interfering with concurrent edits. Add a leading newline to start a fresh line.
Instructions
Appends text to the end of a pad, leaving everything else — including concurrent edits — untouched. The text is appended verbatim; include a leading newline to start a new line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the pad, the part after # in its URL | |
| text | Yes | Text to append verbatim |