create_knowledge_tool
Create a searchable knowledge tool for retrieving documents. Integrates selected knowledge folders into a custom tool for RAG-based document search.
Instructions
Create a knowledge tool for RAG (document search).
Args: name: Tool name in snake_case (e.g., "search_product_docs") description: When the LLM should use this tool folder_ids: List of knowledge folder UUIDs to search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| folder_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |