You're viewing a demo portfolio

Join the waitlist
PRSM

prompts_update

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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."
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
prompts_update — io.github.saloprj/dialogbrain — PRSM MCP