graph_search
Performs hybrid search combining vector similarity with expanded subgraph context. Returns vector results and their graph connections across all projects or a single workspace.
Instructions
Hybrid search: vector search + expanded subgraphs. Does vector_search first, then expands each result's subgraph. Returns both vector results and their graph contexts. Use when you need deep context around search results — faster than calling vector_search then graph_get_node for each result manually.
CROSS-PROJECT: without workspace_id, searches ALL workspaces. Add workspace_id to narrow to one project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| workspace_id | No | Optional. Omit to search ALL projects (cross-project). Set to narrow to one project. |