Skip to main content
Glama

TeamRetro MCP Server

create_team

Create a new team with optional members and tags to manage team retrospectives effectively. Input a team name, add members with email and optional admin status, and assign tags for organization.

Instructions

Create a new team with optional members and tags

Input Schema

NameRequiredDescriptionDefault
membersNo{ email: string, name?: string, teamAdmin?: boolean }[]
nameYesstring
tagsNostring[]

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "members": { "description": "{ email: string, name?: string, teamAdmin?: boolean }[]", "items": { "additionalProperties": false, "properties": { "email": { "format": "email", "type": "string" }, "name": { "type": [ "string", "null" ] }, "teamAdmin": { "default": false, "type": "boolean" } }, "required": [ "email" ], "type": "object" }, "type": "array" }, "name": { "description": "string", "maxLength": 64, "minLength": 1, "type": "string" }, "tags": { "description": "string[]", "items": { "type": "string" }, "maxItems": 16, "minItems": 0, "type": "array" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

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