Buu AI MCP Server

team_create

Create a new team for the logged-in user by specifying a team name using the input schema, simplifying team management on the Buu AI MCP Server.

Instructions

[PRIVATE] Create a new team for the logged-in user.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the new team

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the new team", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Buu AI MCP Server

Related Tools

ID: t0xuq692cn