You're viewing a demo portfolio

Join the waitlist
PRSM

list_config_versions

Active

Tool of KaiCalls

declared in 1.0.0

List an agent's hashed, redacted assistant config version history (rollback lineage included). Pass `version` to fetch one version's full redacted config_snapshot instead of the list. Mirrors GET /api/v1/agents/versions.

Parameters schema

{
  "type": "object",
  "required": [
    "agent_id"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Max versions to return when listing (optional, default 50, max 100)."
    },
    "version": {
      "type": "integer",
      "description": "Fetch a single version by its per-agent version_number, including its redacted config_snapshot (optional; omit to list)."
    },
    "agent_id": {
      "type": "string",
      "description": "Agent ID (required)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →