update_prompt_partial
Update a prompt partial by creating a new version with changes to content or metadata. The new version remains inactive until published.
Instructions
Create a new version of a partial by updating its content or metadata. Only provided fields change, and the new version stays inactive until publish_partial makes it current.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_partial_id | Yes | Prompt partial ID or slug to update | |
| name | No | New display name for the partial | |
| string | No | New content for the partial | |
| description | No | Description for this version | |
| status | No | New status for the partial |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |