get_prompt
Fetch a prompt's details by ID, including template, variables, labels, and description. Scoped to your account for access control.
Instructions
Fetch one prompt's detail by id. Use prompts[].id from list_prompts as-is. Includes template + variables + labels + description; scoped to your account (structurally enforced by a backend WHERE clause — other accounts' ids return 404). Same endpoint as the argosvix://prompts/{id} resource template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| promptId | Yes | Target prompt id (AUTOINCREMENT integer) |