edit_prompt_json
Update a field in a structured JSON prompt—like purpose or audience—by providing the prompt, field, and new value.
Instructions
Edit a field in an existing structured JSON prompt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| structured_prompt | Yes | The structured JSON prompt as a JSON string | |
| field | Yes | The field to edit | |
| value | Yes | The new value for the field |