lspace_search_knowledge_base
Query the Lspace repository's knowledge base using natural language. Automatically syncs with remote content to provide accurate answers to questions like 'How do I configure X?' or 'What are the testing procedures?'
Instructions
🔍 SEARCH: Query the knowledge base using natural language. Automatically syncs with remote before searching to ensure latest content. Example: repositoryId='b3fcb584-5fd9-4098-83b8-8c5d773d86eb', queryText='What are the testing procedures?'
Input Schema
Name | Required | Description | Default |
---|---|---|---|
queryText | Yes | Natural language query about the knowledge base content. Examples: 'What are the main topics?', 'How do I configure X?', 'Tell me about testing procedures' | |
repositoryId | Yes | The ID of the Lspace repository to query. Use 'lspace_list_repositories' first to get repository IDs. |