prompts_update
ActiveTool of io.github.saloprj/dialogbrain
Update a prompt template's name, system instructions, or auto-reply rules. Changes affect every agent using this template, unless the agent has its own override (set via agents.update → prompt_text). All parameters except prompt_id are optional — only provided fields are updated.
Parameters schema
{
"type": "object",
"required": [
"prompt_id"
],
"properties": {
"name": {
"type": "string",
"description": "New name for the prompt template"
},
"prompt_id": {
"type": "integer",
"description": "ID of the prompt template to update"
},
"description": {
"type": "string",
"description": "New description for the prompt template"
},
"prompt_text": {
"type": "string",
"description": "The AI system prompt: persona, tone, rules, behavior."
},
"auto_reply_rules": {
"type": "string",
"description": "Pre-classifier rules that run BEFORE the main AI. Format: bullet list of conditions → actions (SKIP / SIMPLE_REPLY / SEARCH / CALENDAR). Pass null to clear."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries