list_knowledge
Lists all saved knowledge topics with summaries, allowing you to identify and retrieve specific content from your database.
Instructions
List all saved knowledge topics.
Returns a list of topics that have been saved about this database. Use get_knowledge_topic to retrieve the full content of a specific topic, or get_all_knowledge to retrieve everything at once.
Returns: Dictionary containing list of topics with summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||