Skip to main content
Glama
live_get_goodday_sprint_tasks_by_name.py606 B
import asyncio from goodday_openwebui_complete_tool import Tools async def fetch_sprint_tasks(project_name, sprint_name, closed=False): tools = Tools() # Optionally set your API key here if not using env var # tools.valves.api_key = "your_goodday_api_token" return await tools.get_goodday_sprint_tasks( project_name=project_name, sprint_name=sprint_name, closed=closed ) async def main(): result = await fetch_sprint_tasks( project_name="Astra", sprint_name="Sprint 121", closed=False ) print(result) if __name__ == "__main__": asyncio.run(main())

Latest Blog Posts

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/cdmx-in/goodday-mcp'

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