kb_get_custom
Retrieve custom knowledge from persistent storage by category, enabling AI agents to access structured personal and organizational information for informed responses.
Instructions
Get custom knowledge by category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Category to retrieve (optional, returns all if not specified) |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Category to retrieve (optional, returns all if not specified)",
"type": "string"
}
},
"type": "object"
}