list_knowledge_bases
List existing knowledge bases (documents, FAQs, web content) to prevent duplicates and find knowledge_base_ids for agent attachment.
Instructions
List all knowledge bases in your organization.
Knowledge bases are documents, FAQs, and web content that agents can search during calls using RAG (retrieval-augmented generation). When a caller asks a question, the agent searches attached knowledge bases for relevant information before responding.
Use this to see what knowledge exists before creating duplicates, or to find knowledge_base_ids for attach_knowledge_to_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |