agents_update_from_template
ActiveTool of io.github.saloprj/dialogbrain
Update a forked agent's instructions (prompt) to the latest version of the system template it was created from. Use when the platform has improved a template and the user wants their forked agent to pick up the new prompt. This OVERWRITES the agent's prompt_text with the template's current prompt — any customizations to the prompt are replaced (recoverable via prompt history). Tool/model/execution settings are NOT changed. Only works on agents forked from a template (not from-scratch agents or templates themselves).
Parameters schema
{
"type": "object",
"required": [
"agent_id"
],
"properties": {
"agent_id": {
"type": "integer",
"description": "ID of the forked agent to update from its template"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries