roam_find_pages_modified_today
Retrieve pages modified since midnight with pagination and sorting options to track daily changes in your Roam Research graph.
Instructions
Find pages that have been modified today (since midnight), with pagination and sorting options.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of pages to retrieve (default: 50). Use -1 for no limit, but be aware that very large result sets can impact performance. | |
| offset | No | The number of pages to skip before returning matches. Useful for pagination. Defaults to 0. | |
| sort_order | No | Sort order for pages based on modification date. "desc" for most recent first, "asc" for oldest first. | desc |
| graph | No | Target graph key from ROAM_GRAPHS config. Defaults to ROAM_DEFAULT_GRAPH. Only needed in multi-graph mode. | |
| write_key | No | Write confirmation key. Required for write operations on non-default graphs when write_key is configured. |