feat: support event checklists#15
Conversation
ehs208
left a comment
There was a problem hiding this comment.
Thanks for the contribution! This is a great addition — checklist support is something users will definitely find useful, and the implementation is clean.
One small suggestion: could you add a mention of checklist support in the description string of create_event and update_event tools? AI clients rely on the tool description to decide which tool to invoke, so without it, a user saying "add a checklist to my event" might not trigger the right tool.
Something like appending "Supports attaching checklist items." to the existing description would be enough.
|
Thanks! Updated the tool descriptions to mention support for attaching checklist items. |
ehs208
left a comment
There was a problem hiding this comment.
Looks great, thanks for the first contribution! Merging now.
Summary
checklistin event list/update response payloadsTest plan
npm run buildhermes mcp test timetreechecklistchecklistto an existing eventchecked: truechecked: falsechecklist: []checklistThe create/update responses returned
checklistas expected.