list_config_versions
ActiveTool 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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries