fetch_standups
Retrieve a formatted JSON list of standups from Geekbot via the Geekbot MCP server. Facilitates access to standup data for integration within AI-driven workflows and conversations.
Instructions
Fetch standups list from Geekbot
Returns:
str: Properly formatted JSON string of standups list
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "fetch_standupsArguments",
"type": "object"
}