Search Nodes
search_nodesSearch workflow nodes for tasks, decisions, and blockers using FTS5 keyword or TF-IDF similarity. Filter by type, status, project, and algorithm to quickly locate relevant entries.
Instructions
Search nodes using full-text search (FTS5) or local TF-IDF vector similarity across title, metadata, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional node type to filter results. | |
| limit | No | Maximum number of results. Defaults to 20. | |
| query | Yes | The keyword search query. | |
| offset | No | Offset for pagination. Defaults to 0. | |
| status | No | Optional status to filter results. | |
| project | No | Optional project identifier. | |
| algorithm | No | The search algorithm: "fts" (default, keyword full-text search) or "tfidf" (local TF-IDF vector similarity search). |