feat(create-item): add optional description argument#337
feat(create-item): add optional description argument#337
Conversation
…escription_content Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
anyatchernishov
left a comment
There was a problem hiding this comment.
@shaneer question - in monday dev that would work perfectly. What will happen in WM where item description in not visible by default?
This is what is looks like now when creating an item via MCP in WM board, the description in the update -
After your change, if the user did provide description, where will it go in WM board?
|
Good point! I didn't remember that it's not there in wm. I have to test what the API query does in that case but I assume it will fail in which case what I did is not good here. I wonder if this data is returned in the get board info, if not, it's also a question of what the desired behavior here is. What do we want it to be created if it's not there? Or do we need to separate here into different tools depending on product? Or should it be a skill after all? I'll check the behavior and let's discuss |
Summary
description(markdown string) parameter to thecreate_itemtoolset_item_description_contentto set the description — applied across all three creation paths (new item, subitem, duplicate)set-item-description-content.graphql.tsand regenerated typesTest plan
success: falseerror handling, API error propagation🤖 Generated with Claude Code