Skip to main content
Glama

TeamRetro MCP Server

delete_team

Remove an existing team from TeamRetro MCP Server by specifying the team ID. Streamline team management and maintain accurate organizational structures.

Instructions

Delete an existing team

Input Schema

NameRequiredDescriptionDefault
teamIdYesstring

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "teamId": { "description": "string", "pattern": "^[a-zA-Z0-9]{22}$", "type": "string" } }, "required": [ "teamId" ], "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