Skip to main content
Glama

Roam Research

by 2b3pro

roam_search_by_status

Find blocks with TODO or DONE status across all pages or a specific page in Roam Research. Filter results by included or excluded terms for precise searching.

Instructions

Search for blocks with a specific status (TODO/DONE) across all pages or within a specific page.

Input Schema

NameRequiredDescriptionDefault
excludeNoOptional: Comma-separated list of terms to filter results by exclusion (matches content or page title)
includeNoOptional: Comma-separated list of terms to filter results by inclusion (matches content or page title)
page_title_uidNoOptional: Title or UID of the page to search in. If not provided, searches across all pages
statusYesStatus to search for (TODO or DONE)

Input Schema (JSON Schema)

{ "properties": { "exclude": { "description": "Optional: Comma-separated list of terms to filter results by exclusion (matches content or page title)", "type": "string" }, "include": { "description": "Optional: Comma-separated list of terms to filter results by inclusion (matches content or page title)", "type": "string" }, "page_title_uid": { "description": "Optional: Title or UID of the page to search in. If not provided, searches across all pages", "type": "string" }, "status": { "description": "Status to search for (TODO or DONE)", "enum": [ "TODO", "DONE" ], "type": "string" } }, "required": [ "status" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/2b3pro/roam-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server