Skip to main content
Glama
respanai

Respan MCP Server

Official
by respanai

list_prompt_versions

Retrieve the full version history for a prompt by providing its prompt ID. View version numbers, active status, change notes, and settings to track changes over time.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prompt_idYesUnique prompt identifier (from list_prompts)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It not only states read-only listing behavior but extensively documents all 10 response fields, clarifies the versioning domain model, and explains what 'active' means. This adds significant value beyond the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The structure is clear: a two-sentence purpose, a well-formatted response-fields list, and a domain model note. The field list is justified by the absence of an output schema. Minor redundancy exists between 'List all versions' and the subsequent use of 'Returns all versions,' slightly padding the opening.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no output schema, the description appropriately compensates by documenting every return field. The explanation of the versioning lifecycle and the pointer to list_prompts make this a complete resource for a low-complexity read operation. It could note ordering or limit behavior but is otherwise thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter is fully documented in the schema ('Unique prompt identifier (from list_prompts)') with 100% coverage. The description's guidance to use list_prompts reinforces this but is slightly redundant with the schema's parenthetical. The baseline of 3 is appropriate, with no significant gaps to punish or extra insight to reward.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The opening 'List all versions of a specific prompt' is a specific verb+resource statement. It clearly distinguishes itself from siblings like list_prompts (list prompts, not versions) and get_prompt_version_detail (singular version), and the added 'track changes over time' gives purpose context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear workflow context with 'Use list_prompts first to find the prompt_id' and explains the typical active/archived versioning model. However, it doesn't explicitly contrast with the similar sibling get_prompt_version_detail or state when not to use this tool, stopping short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/respanai/respan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server