update_custom_prompt
Update a custom prompt's title or content by providing its UUID. Fetch the current prompt first to amend it.
Instructions
Edit a custom prompt's title or content.
content replaces the whole text — read it with get_custom_prompt first
if you are amending rather than rewriting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title, if changing. | |
| content | No | New full text, if changing. | |
| prompt_id | Yes | The prompt UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||