search_knowledge
Retrieve raw knowledge fragment contents by searching exact tags, with graph traversal following related links.
Instructions
Search knowledge fragments by tags with graph traversal. Returns raw fragment contents.
Use this when you know the exact tags and need full, unabridged content for a specific domain. Prefer search_rag over this for answering questions (it summarizes automatically). Prefer search_semantic over this for exploring what the knowledge base covers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hops | No | Number of graph hops to follow related links (default: 1) | |
| tags | Yes | Tags to search for | |
| output | No | 'inline' returns results in response. 'file' writes to a temp file and returns the path. | inline |