List all versions of a specific prompt. Returns all versions of a prompt, allowing you to track changes over time. RESPONSE FIELDS (per version): - id: Version identifier - version: Version number (integer, starts at 1) - prompt_id: Parent prompt identifier - messages: The prompt template for thi...
AI agents call list_prompt_versions to retrieve information from Respan MCP Server without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool purely retrieves and queries historical prompt version data with no side effects. It allows tracking changes over time but does not create, modify, delete, or execute any operations. It is a straightforward read operation with minimal risk if misused by an AI agent.
From the tool's definition Tool name is 'list_prompt_versions' and description states 'List all versions of a specific prompt' and 'Returns all versions of a prompt'.
Attacks that exploit this kind of access
List all versions of a specific prompt. Returns all versions of a prompt, allowing you to track changes over time. RESPONSE FIELDS (per version): - id: Version identifier - version: Version number (integer, starts at 1) - prompt_id: Parent prompt identifier - messages: The prompt template for this version - model: Model setting for this version - temperature: Temperature setting for this version - max_tokens: Max tokens setting for this version - created_at: When this version was created - is_active: Whether this is the active/deployed version - change_notes: Notes describing changes in this version - created_by: User who created this version Each prompt can have multiple versions. Typically one version is marked as active and used in production, while others are archived or in development. Use list_prompts first to find the prompt_id. It is categorised as a Read tool in the Respan MCP Server MCP Server, which means it retrieves data without modifying state.
Register the Respan MCP Server MCP server in PolicyLayer and add a rule for list_prompt_versions: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Respan MCP Server. Nothing to install.
list_prompt_versions is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the list_prompt_versions rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for list_prompt_versions. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
list_prompt_versions is provided by the Respan MCP Server MCP server (respanai/respan-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →