update_checklist_name
Rename a Trello checklist by providing its ID and new name. Returns updated checklist details.
Instructions
Update the name of a checklist. Use this tool to rename a checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New name for the checklist | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| checklistId | Yes | ID of the checklist | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) |