roam_rename_page
Rename a Roam Research page by changing its title. Specify the page by current title or UID for quick updates.
Instructions
Rename a page by changing its title. Identifies the page by current title or UID.
IMPORTANT: call roam_get_guidelines for this graph once per session before using this tool, reads included — conventions change how results are read, not just written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | UID of the page to rename (use this OR old_title, not both) | |
| graph | No | Target graph key from ROAM_GRAPHS config. Defaults to ROAM_DEFAULT_GRAPH. Only needed in multi-graph mode. | |
| new_title | Yes | New title for the page | |
| old_title | No | Current title of the page to rename (use this OR uid, not both) | |
| write_key | No | Write confirmation key. Required for write operations on non-default graphs when write_key is configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |