Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEAMRETRO_TOKEN | No | Your TeamRetro bearer token for bearer authentication | |
| TEAMRETRO_API_KEY | No | Your TeamRetro API key for apiKey authentication | |
| TEAMRETRO_BASE_URL | No | Base URL for TeamRetro API | https://api.teamretro.com |
| TEAMRETRO_PASSWORD | No | Your TeamRetro password for basic authentication | |
| TEAMRETRO_USERNAME | No | Your TeamRetro username for basic authentication | |
| TEAMRETRO_AUTH_TYPE | No | Authentication type (apiKey, basic, or bearer) | apiKey |
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 |
|---|---|
| list_teams | List teams from TeamRetro with filtering and pagination |
| detail_team | Get a single team by ID |
| update_team | Update an existing team |
| create_team | Create a new team with optional members and tags |
| delete_team | Delete an existing team |
| list_users | List users with pagination |
| add_user | Add or update a user by email |
| update_user | Update an existing user's information |
| delete_user | Delete a user by email |
| get_user | Get a single user by email |
| list_team_members | List team members with pagination |