roam_search_by_date
Query Roam Research blocks or pages by creation or modification dates. Provide a date range to retrieve items from your graph, optionally including content.
Instructions
Search for blocks or pages based on creation or modification dates. Not for daily pages with ordinal date titles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date in ISO format (YYYY-MM-DD) | |
| end_date | No | Optional: End date in ISO format (YYYY-MM-DD) | |
| type | Yes | Whether to search by creation date, modification date, or both | |
| scope | Yes | Whether to search blocks, pages | |
| include_content | No | Whether to include the content of matching blocks/pages | |
| 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. |