upsert_knowledge
ActiveTool of KaiCalls
declared in 1.0.0
Create a new agent knowledge base entry, or update one when `id` is provided. Mirrors POST /api/v1/knowledge. Creating requires title, content, and content_type.
Parameters schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Knowledge item ID to update (omit to create)."
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"title": {
"type": "string"
},
"content": {
"type": "string"
},
"category": {
"type": "string"
},
"business_id": {
"type": "string",
"description": "Business ID. Required for create when the token can access multiple businesses."
},
"content_type": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries