Skip to main content
Glama

Gatherings MCP Server

by abutbul

create_gathering

Generate a unique gathering ID and specify the number of members to organize and track event expenses efficiently on the Gatherings MCP Server.

Instructions

Create a new gathering

Input Schema

NameRequiredDescriptionDefault
gathering_idYesUnique ID for the gathering (format: yyyy-mm-dd-type)
membersYesNumber of members in the gathering

Input Schema (JSON Schema)

{ "properties": { "gathering_id": { "description": "Unique ID for the gathering (format: yyyy-mm-dd-type)", "type": "string" }, "members": { "description": "Number of members in the gathering", "type": "number" } }, "required": [ "gathering_id", "members" ], "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/abutbul/gatherings-mcp'

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