team_get_all
Retrieve all teams for the current user with customizable pagination and filters to streamline team management in the Buu AI MCP Server.
Instructions
[PRIVATE] Get all teams for the current user.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filters | No | Filter criteria to narrow down thread results | |
pagination | No | Pagination settings for querying threads |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"filters": {
"description": "Filter criteria to narrow down thread results"
},
"pagination": {
"description": "Pagination settings for querying threads"
}
},
"type": "object"
}