rename_widgets
Rename multiple Appsmith widgets in a single call. Provide widget IDs and new names, which must be valid identifiers.
Instructions
Rename multiple widgets in one tool call. Each entry is {"widget_id": <id>, "new_name": <str>}. New names must be valid Appsmith identifiers (alphanumeric,
can't start with a digit, no spaces) — Appsmith may reject conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |