append_to_shared_doc
Append content to an existing shared document using its ID or URL. Search first to avoid duplicate appends, as retrying the same call adds content twice.
Instructions
Append content to an existing shared doc. NOT idempotent: a retry appends twice — check with search_shared_docs before retrying. Accepts a doc id or URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| updated_user | No | ||
| doc_id_or_url | Yes |