Read a saved prompt
get_promptRetrieve the full text and notes of a saved prompt by its ID. Use this after listing prompts to access the specific prompt content you need.
Instructions
Retrieve the full text of one saved prompt by its id, including any notes. Call this after list_prompts, once you know which prompt you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The prompt id, as returned by list_prompts. |