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
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| page_size | No | Number of prompts per page (1-50, default 25) |