update_checklist
Update an existing checklist by renaming it or changing its position. Provide a new name or position to modify the checklist.
Instructions
Update an existing checklist with new properties. Use this tool to modify a checklist's name or position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | New position for the checklist (top, bottom, or a positive number) | |
| name | No | 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 to update | |
| 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) |