-
Notifications
You must be signed in to change notification settings - Fork 44
feat: add Gemini CLI extension for monday.com #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
commands/monday/analyze-board.toml
Outdated
| Goal: Provide a summary of the board's data, such as total items, items per status, or other relevant aggregations. | ||
| Steps: | ||
| 1. Identify the Board ID from the input. If not provided, ask for it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's possible to try to get the board id provided the board name, would be cool to add a tool that fetches board id and saves it similiar to how you did save-my-user-id
The way to do this would be to list workspaces, then the LLM would search through all of them for the relevant board. Workspace name or param could be an optional param
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100%, I don't have the full domain knowledge to know the exact flows so I may leave adding additional tweaking or adding of custom commands to you folks 😄
I could see a save-current-board-id or something that gets active sprint and saves the board ID to memory.
Co-authored-by: Shanee Radzewsky <[email protected]>
Co-authored-by: Shanee Radzewsky <[email protected]>
Co-authored-by: Shanee Radzewsky <[email protected]>
Co-authored-by: Shanee Radzewsky <[email protected]>
shaneer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool! Will play around with it more and see what else is worth adding.
Any guidelines or best practices for gemini extensions you think we should be aware of?
We have some about extensions stuff here: https://geminicli.com/extensions/about/ However, this page for Getting Started with Gemini CLI extensions has a lot more to it. |
Add Gemini CLI extension for monday.com MCP server.
monday-extension.web-low.mp4
To test:
mondaycomonce launched):/mcp auth monday/monday:sprint-summaryWill show up on https://geminicli.com/extensions/ once merged.