agents_prompt_restore
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Restore a past version of an agent's `prompt_text` by version_number. Creates a new version pointing at the restored content — history is preserved. Use `agents.prompt_history` first to find the version_number you want.
Parameters schema
{
"type": "object",
"required": [
"agent_id",
"version_number"
],
"properties": {
"reason": {
"type": "string",
"description": "Optional: why this restore is happening (shows up in history UI)"
},
"agent_id": {
"type": "integer",
"description": "ID of the agent"
},
"version_number": {
"type": "integer",
"minimum": 1,
"description": "The version_number to restore (get it from agents.prompt_history)"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries