coda_update_doc
Update the title or icon of a Coda doc without modifying its content. Use this tool to change metadata like doc name or icon.
Instructions
Update metadata for an existing Coda doc.
Updates the doc's title and/or icon. Does NOT update page content — use coda_update_page for that. Returns the updated doc metadata. This is an idempotent operation — calling with the same values produces the same result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The ID of the doc to update | |
| title | No | New title for the doc | |
| icon_name | No | New icon name (e.g. 'rocket', 'star') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |