You're viewing a demo portfolio

Join the waitlist
PRSM

upsert_knowledge

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →
upsert_knowledge — KaiCalls — PRSM MCP