Geekbot MCP server integrates with the Geekbot API to provide AI assistants with access to standup meeting data and reports. Developed by Savvas Papadopoulos at Geekbot, this Python implementation offers tools to fetch standup configurations and detailed reports with filtering capabilities by date ranges and users. The server includes templating for structured data presentation and specialized prompts for generating weekly rollup reports, making it particularly useful for teams wanting to analyze standup patterns or create automated summaries of team activities.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Lists all the standups accessible via your API key. Useful for getting an overview or finding a specific standup ID.
Lists all the polls accessible via your API key. Useful for getting an overview or finding a specific poll ID.
Retrieves specific standup reports. You can filter by standup, user, and date range.
Posts a report to Geekbot.
Lists all team members you share standups with in your Geekbot workspace.
Retrieves specific poll results. Requires a poll id and optionally a date range.
Generates a comprehensive weekly rollup report that summarizes team standup responses, highlights key updates, identifies risks and mitigation strategies, outlines next steps, and tracks upcoming launches.