read_tacit_knowledge
Read and retrieve tacit knowledge from project memory using exact filenames, text search, or semantic concept search. Filter by tags or search across projects to locate relevant insights.
Instructions
Read tacit knowledge documents with optional semantic search - supports exact filename access, text search, or vector-based semantic search for concept retrieval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchTags | No | Tags to filter documents by (comma-separated) | |
| searchTerm | No | Search query - works with both text search and semantic search | |
| projectName | Yes | Name of the project | |
| crossProject | No | Whether to search across all projects | |
| documentName | No | EXACT filename from list (use "list" first to see available filenames, e.g., "2025-06-23-My_Document.md") | |
| semanticSearch | No | Enable vector-based semantic search for concept-based retrieval (default: true) | |
| similarityThreshold | No | Minimum similarity threshold for semantic search results 0.0-1.0 (default: 0.4) |