You're viewing a demo portfolio

Join the waitlist
PRSM

agents_prompt_history

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

List past versions of an agent's `prompt_text`. Every edit to the agent's prompt is snapshotted to an append-only table — use this tool to browse history, find a prior known-good version, and copy it into `agents.prompt_restore`.

Parameters schema

{
  "type": "object",
  "required": [
    "agent_id"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 200,
      "minimum": 1,
      "description": "Max versions to return (1-200, default 50)"
    },
    "agent_id": {
      "type": "integer",
      "description": "ID of the agent"
    },
    "before_version": {
      "type": "integer",
      "minimum": 1,
      "description": "Cursor: return versions strictly below this version_number"
    }
  }
}

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