read_prompt
Retrieve the content of a specific prompt using its unique ID.
Instructions
Get the prompt content with given prompt id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | ||
| project_id | No | ||
| location_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contents | Yes | The combined contents of the prompt. | |
| promptId | Yes | The ID of the prompt. | |
| displayName | Yes | The display name of the prompt. | |
| systemInstruction | Yes | The system instruction for the prompt. |