Roam Research

roam_search_by_text

Search for blocks containing specific text across all pages or within a specific page.

Input Schema

NameRequiredDescriptionDefault
page_title_uidNoOptional: Title or UID of the page to search in. If not provided, searches across all pages
textYesThe text to search for

Input Schema (JSON Schema)

{ "properties": { "page_title_uid": { "description": "Optional: Title or UID of the page to search in. If not provided, searches across all pages", "type": "string" }, "text": { "description": "The text to search for", "type": "string" } }, "required": [ "text" ], "type": "object" }