brain_get_thought_graph_paginated
Cursor-based paginated traversal of a thought's connections. Requires npub for credit billing.
⚠️ NOT AUTHORITATIVE FOR RECENT CHANGES. Same cached graph layer as get_thought_graph (upstream: TheBrainTech/thebrain-api-quickstart-python#2) — lags writes by hours-to-days and does not reflect updates or deletes. Use for traversal/ID discovery, never as read-after-write verification; confirm mutations by ID with get_thought.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Required. Your Nostr public key (npub1...) for credit billing. | |
| cursor | No | Pagination cursor from a previous response | |
| brain_id | No | The ID of the brain (uses active brain if not specified) | |
| direction | No | "older" (newest first) or "newer" (oldest first) | older |
| page_size | No | Number of results per page (default 10) | |
| dpop_token | No | ||
| thought_id | Yes | The ID of the thought | |
| relation_filter | No | Filter by relation: "child", "parent", "jump", "sibling" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||