List knowledge bases
list_knowledge_basesList existing knowledge bases and retrieve their IDs to attach one to an agent during creation or update.
Instructions
List knowledge bases. Attach one to an agent with knowledge_base_id on create_agent or update_agent.
Requires scope knowledge_bases:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1–100. Default 20. | |
| ending_before | No | Cursor from a previous response. Fetches the page before it. Not with starting_after. | |
| starting_after | No | Cursor from a previous response's next_cursor. Fetches the page after it. |