TeamRetro MCP Server

by adepanges
Verified

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

ID: v70elvd74e