Skip to main content
Glama

TeamRetro MCP Server

list_teams

Retrieve and filter teams from TeamRetro using pagination. Specify team IDs or tags to narrow results and manage large datasets efficiently.

Instructions

List teams from TeamRetro with filtering and pagination

Input Schema

NameRequiredDescriptionDefault
limitNonumber
offsetNonumber
teamIdsNostring,string,...
teamTagsNostring,string,...

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 1000, "description": "number", "maximum": 1000, "minimum": 1, "type": "integer" }, "offset": { "default": 0, "description": "number", "minimum": 0, "type": "integer" }, "teamIds": { "description": "string,string,...", "pattern": "^([a-zA-Z0-9]{22})?(,[a-zA-Z0-9]{22})*$", "type": "string" }, "teamTags": { "description": "string,string,...", "type": "string" } }, "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