Skip to main content
Glama

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

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/Buu-AI/buu-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server