agents_prompt_history
ActiveTool of io.github.saloprj/dialogbrain
List past versions of an agent's `prompt_text`. Every edit to the agent's prompt is snapshotted to an append-only table — use this tool to browse history, find a prior known-good version, and copy it into `agents.prompt_restore`.
Parameters schema
{
"type": "object",
"required": [
"agent_id"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1,
"description": "Max versions to return (1-200, default 50)"
},
"agent_id": {
"type": "integer",
"description": "ID of the agent"
},
"before_version": {
"type": "integer",
"minimum": 1,
"description": "Cursor: return versions strictly below this version_number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries