prompts_prompt_restore
ActiveTool of io.github.saloprj/dialogbrain
Restore a past version of a prompt template by version_number. Creates a new version pointing at the restored content — history is preserved. Fans out to every agent using this template without a per-agent override; the response includes `affected_agents` as a receipt of the fan-out.
Parameters schema
{
"type": "object",
"required": [
"prompt_id",
"version_number"
],
"properties": {
"reason": {
"type": "string",
"description": "Optional: why this restore is happening (shows up in history UI)"
},
"prompt_id": {
"type": "integer",
"description": "ID of the prompt template"
},
"version_number": {
"type": "integer",
"minimum": 1,
"description": "The version_number to restore (get it from prompts.prompt_history)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries