TeamRetro MCP Server provides a bridge between AI assistants and TeamRetro's team management platform, enabling operations like team creation, user management, and member administration through natural language. Built by Ade Pangestu, it implements authentication via API keys, basic auth, or bearer tokens, and formats responses as either simple tables or raw JSON. The server exposes tools for listing, creating, updating, and deleting teams and users, with planned support for retrospectives, action tracking, health checks, and analytics. This unofficial integration is particularly valuable for team leaders who need to manage TeamRetro resources without switching context from their AI assistant conversation.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
List users with pagination using offset and limit parameters to control the number of results returned.
Add a new user or update an existing user's information by their email address, specifying optional name and emailAddress.
Update an existing user's details, such as their name and emailAddress, by providing their current email.
Delete a user by their email address.
Retrieve detailed information about a single user by their email address.
List teams from TeamRetro with filtering by tags and IDs, and pagination using offset and limit parameters.
Retrieve detailed information about a single team by its unique ID.
Update an existing team's details, such as its name and associated tags, by providing the team's ID.
Create a new team with a required name, and optional tags and members.
Delete an existing team by its ID.
Retrieve a list of team members for a specified team ID with pagination controls for offset and limit.
Fetch a team member by their email address within a specified team.
Update a team member's details, such as their name or team admin status, by their email address within a specified team.
Remove a team member from a team by their email address.
Add a new team member to a team by their email address, with optional specification of team admin status.
Retrieve a list of actions from TeamRetro with optional filtering by team tags and team IDs, and pagination controls for offset and limit.
Create a new action in TeamRetro with required details such as team ID, title, due date, completion status, and assigned user.
Fetch a single action by its unique ID from TeamRetro.
Update an existing action in TeamRetro with new details such as title, due date, completion status, priority, and assigned user.
Delete an existing action from TeamRetro by its action ID.
List agreements from TeamRetro with optional filtering by team tags and team IDs, as well as pagination controls.
Create a new agreement in TeamRetro by specifying the team it belongs to and its title.
Retrieve a single agreement by its unique identifier.
Update an existing agreement's details such as its title or associated team.
Delete an existing agreement by specifying its unique identifier.
List health checks from TeamRetro with optional filtering by health model IDs, team tags, and team IDs, as well as pagination controls.
Retrieve a single health check by its unique identifier with optional attributes to include.
Delete an existing health check by specifying its unique identifier.
List health models from TeamRetro with pagination controls.
Retrieve a single health model by its unique identifier.
List retrospectives from TeamRetro with filtering by team tags and IDs, and pagination using offset and limit parameters.
Retrieve detailed information about a single retrospective by its unique ID.
Delete an existing retrospective by its ID.