brain_get_thought_graph
Get a thought's full connection graph. Requires npub for credit billing.
⚠️ NOT AUTHORITATIVE FOR RECENT CHANGES. Served through the vendor's cached graph layer (Azure App Service response cache), which lags writes by hours-to-days and reflects creates but NOT updates or deletes — it can return renamed/retyped thoughts with their old values and even serve thoughts that were already deleted (upstream: TheBrainTech/thebrain-api-quickstart-python#2). Use this for fast traversal of established structure and for finding older thought IDs. Do NOT use it to verify a recent write — confirm mutations by ID with get_thought, which reads the authoritative command store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Required. Your Nostr public key (npub1...) for credit billing. | |
| brain_id | No | The ID of the brain (uses active brain if not specified) | |
| dpop_token | No | ||
| thought_id | Yes | The ID of the thought | |
| include_siblings | No | Include sibling thoughts in the graph |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||