kb_get_all
Retrieve the complete knowledge base in formatted JSON, enabling access to stored personal and organizational context for AI applications.
Instructions
Get complete knowledge base as formatted JSON
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | full |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "full",
"enum": [
"full",
"summary",
"categories"
],
"type": "string"
}
},
"type": "object"
}