Skip to main content
Glama
respanai

Respan MCP Server

Official
by respanai

list_prompts

Browse all reusable prompt templates in your Respan organization. Retrieve a paginated list showing ID, name, version count, and status to locate and manage specific prompts.

Instructions

List all prompts in your Respan organization.

Returns a paginated list of all prompts you have created in Respan.

RESPONSE FIELDS (per prompt):

  • id: Unique prompt identifier (use this for other prompt operations)

  • name: Prompt name/title

  • description: Prompt description

  • created_at: Creation timestamp

  • updated_at: Last modification timestamp

  • is_active: Whether the prompt is active

  • version_count: Number of versions

  • current_version: Currently active version number

  • tags: Array of tags for organization

Prompts are reusable templates that can have multiple versions. Use get_prompt_detail to see full prompt content, or list_prompt_versions to see all versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
page_sizeNoNumber of prompts per page (1-50, default 25)
Behavior4/5

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

No annotations are provided, so the description carries the full disclosure burden. It communicates the operation as a paginated, read-only listing scoped to the user's Respan organization, and adds useful behavioral context about response fields, versioning, and the id being reusable in other prompt operations. It does not detail ordering or potential side-effect edge cases, but the list semantics are clear.

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 description is well-structured with a clear opening, a response-fields list, and a pointer to alternatives. The first two sentences are slightly redundant ('List all prompts...' and 'Returns a paginated list...'), but the overall size and front-loaded organization are appropriate for the tool's complexity.

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 no output schema, the response-field enumeration is valuable and makes the return format discoverable. The description also provides version semantics and distinguishes this list tool from sibling detail/list tools. Minor gaps like default ordering are not critical for a simple paginated list operation.

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 input schema covers both parameters with descriptions, and schema description coverage is 100%. The description mentions pagination but does not add meaning beyond what the schema already provides for page and page_size, so the baseline score of 3 is appropriate.

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 description clearly states the tool lists all prompts in the Respan organization and enumerates the response fields. It also distinguishes itself from related sibling tools by explicitly pointing to get_prompt_detail and list_prompt_versions for different operations.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool versus alternatives: 'Use get_prompt_detail to see full prompt content, or list_prompt_versions to see all versions.' It also clarifies that this returns a summary list rather than full prompt content, making the usage context clear.

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