list_prompt_templates
List all prompt templates in a Freeplay project, returning their IDs, names, and latest version info for reference and management.
Instructions
List all prompt templates in a Freeplay project. This is a read-only operation.
Returns a list of prompt templates with their IDs, names, and latest version info. Use the template name or ID when creating new versions.
Args: project_id: The Freeplay project ID (required) limit: Maximum number of results to return (default: 50) offset: Number of results to skip for pagination (default: 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |