search_knowledge
Search project knowledge documents for specific keywords, returning results grouped by document with matching chapters. Ideal for retrieving relevant information from document body, titles, and content.
Instructions
Search project knowledge documents for keywords (case-insensitive). Returns document-centric results with matching chapters grouped by document. Searches in: document body, chapter titles, chapter content, and pre-chapter content. Returns: {success: bool, total_documents: int, total_matches: int, results: [...], error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project identifier | |
query | Yes | Space-separated keywords to search for |