Actions Update Action Title
actions_update_action_titleUpdate a Mitti action's title after getting user approval. Provide the action ID and new title to rename it and get success or error feedback.
Instructions
Update the title of a Mitti action. Call request_approval first and wait for the user's decision before calling this tool. Returns success or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | New title for the action (max 255 characters). | |
| action_id | Yes | The unique action ID to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| message | Yes | ||
| success | Yes |