Skip to main content
Glama

TeamRetro MCP Server

update_team

Modify team details such as name and tags using a unique team ID for accurate updates within the TeamRetro MCP Server's retrospective management system.

Instructions

Update an existing team

Input Schema

NameRequiredDescriptionDefault
nameYesstring
tagsNostring[]
teamIdYesstring

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "string", "maxLength": 64, "minLength": 1, "type": "string" }, "tags": { "description": "string[]", "items": { "type": "string" }, "maxItems": 16, "minItems": 0, "type": "array" }, "teamId": { "description": "string", "pattern": "^[a-zA-Z0-9]{22}$", "type": "string" } }, "required": [ "teamId", "name" ], "type": "object" }
Install Server

Other Tools from TeamRetro MCP Server

Related Tools

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/adepanges/teamretro-mcp-server'

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