get_checklist_summary
Generate a concise summary of a checklist, optionally including detailed descriptions, to track progress and completion status for complex tasks.
Instructions
Returns a summary of the checklist with completion status.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_descriptions | No | Whether to include detailed descriptions in the summary |
Input Schema (JSON Schema)
{
"properties": {
"include_descriptions": {
"default": false,
"description": "Whether to include detailed descriptions in the summary",
"type": "boolean"
}
},
"type": "object"
}