Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GB_API_KEY | Yes | Your Geekbot API key, obtainable from https://geekbot.com/dashboard/api-webhooks |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
fetch_standups | Fetch standups list from Geekbot Returns:
str: Properly formatted JSON string of standups list |
fetch_reports | 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 |