pad_write
Create a new pad or fully overwrite an existing pad by providing its ID and expected revision. Ideal for full-content updates; choose append/edit for targeted changes.
Instructions
Create a pad, or fully overwrite one by passing pad_id plus expected_revision. Pad names are unique per project. Prefer pad_append/pad_edit for targeted changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| pad_id | No | Pass with expected_revision to overwrite. | |
| content | Yes | ||
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. | |
| expected_revision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pad_id | Yes | ||
| revision | Yes |