Skip to main content
Glama

Geekbot MCP

Official
by geekbot-com

fetch_reports

Retrieve standup reports from Geekbot by specifying filters such as standup ID, user ID, or date ranges. Returns a JSON-formatted list of reports for easy integration and analysis.

Instructions

Fetch reports list from Geekbot

Args: standup_id: int, optional, default is None The standup id to fetch reports for user_id: int, optional, default is None The user id to fetch reports for after: str, optional, default is None The date to fetch reports after in YYYY-MM-DD format before: str, optional, default is None The date to fetch reports before in YYYY-MM-DD format Returns: str: Properly formatted JSON string of reports list

Input Schema

NameRequiredDescriptionDefault
afterNo
beforeNo
standup_idNo
user_idNo

Input Schema (JSON Schema)

{ "properties": { "after": { "default": null, "title": "After", "type": "string" }, "before": { "default": null, "title": "Before", "type": "string" }, "standup_id": { "default": null, "title": "Standup Id", "type": "integer" }, "user_id": { "default": null, "title": "User Id", "type": "integer" } }, "title": "fetch_reportsArguments", "type": "object" }

You must be authenticated.

Other Tools from Geekbot MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/geekbot-com/geekbot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server