You're viewing a demo portfolio

Join the waitlist
PRSM

prompts_prompt_restore

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

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

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