prompts_prompt_history
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
List past versions of a prompt template's `prompt_text`. Every edit is snapshotted to an append-only table — use this to browse history and find a version_number for `prompts.prompt_restore`.
Parameters schema
{
"type": "object",
"required": [
"prompt_id"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1,
"description": "Max versions to return (1-200, default 50)"
},
"prompt_id": {
"type": "integer",
"description": "ID of the prompt template"
},
"before_version": {
"type": "integer",
"minimum": 1,
"description": "Cursor: return versions strictly below this version_number"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries