You're viewing a demo portfolio

Join the waitlist
PRSM

agents_prompt_restore

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Restore a past version of an agent's `prompt_text` by version_number. Creates a new version pointing at the restored content — history is preserved. Use `agents.prompt_history` first to find the version_number you want.

Parameters schema

{
  "type": "object",
  "required": [
    "agent_id",
    "version_number"
  ],
  "properties": {
    "reason": {
      "type": "string",
      "description": "Optional: why this restore is happening (shows up in history UI)"
    },
    "agent_id": {
      "type": "integer",
      "description": "ID of the agent"
    },
    "version_number": {
      "type": "integer",
      "minimum": 1,
      "description": "The version_number to restore (get it from agents.prompt_history)"
    }
  }
}

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 →
agents_prompt_restore — io.github.saloprj/dialogbrain — PRSM MCP