Skip to main content
Glama

Geekbot MCP

Official
by geekbot-com
from mcp import types from geekbot_mcp.prompts.weekly_rollup_report import ( get_weekly_rollup_prompt, weekly_rollup_report_prompt, ) def list_prompts() -> list[types.Prompt]: return [weekly_rollup_report_prompt] def get_prompt(name: str, arguments: dict[str, str] | None) -> types.GetPromptResult: match name: case "weekly_rollup_report": return get_weekly_rollup_prompt(arguments) case _: raise ValueError(f"Prompt {name} not found")

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