Use this tool to search and retrieve information from the local note/document knowledge base. It returns document paths, line ranges, snippets, and related graph nodes.

**search** — Use this operation to find notes by query:
- Set operation="search"
- Provide query string to search note content
- Set limit to control number of results (default: 10)
- Returns snippets with document paths and related nodes

**queryEdges** — Use this operation to explore note relationships:
- Set operation="queryEdges"
- Provide nodeId (number) to get node information and all connected neighbors/edges
- Returns node details and its relationships in the knowledge graph
- Useful for exploring connections between notes

## Supported Parameters

**source** — Note sources (used in config, not directly in tool):
`docs` — documentation files from note management
`tasks` — task files from task management

Use this tool when you need to:
- Find information from project documentation
- Search for specific topics in notes
- Explore relationships between documents
- Retrieve context from stored knowledge
