Skip to main content
Glama

BuddyPress MCP Server

by vapvarun

buddypress_create_group

Create new BuddyPress groups with customizable settings including name, description, status, and forum options to build online communities.

Instructions

Create a new group

Input Schema

NameRequiredDescriptionDefault
creator_idNoCreator user ID (default: current user)
descriptionNoGroup description
enable_forumNoEnable group forum
nameYesGroup name
statusNoGroup status (public, private, hidden)

Input Schema (JSON Schema)

{ "properties": { "creator_id": { "description": "Creator user ID (default: current user)", "type": "number" }, "description": { "description": "Group description", "type": "string" }, "enable_forum": { "description": "Enable group forum", "type": "boolean" }, "name": { "description": "Group name", "required": true, "type": "string" }, "status": { "description": "Group status (public, private, hidden)", "type": "string" } }, "required": [ "name" ], "type": "object" }

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/vapvarun/buddypress-mcp'

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