Skip to main content
Glama

Gatherings MCP Server

by abutbul

add_member

Add a new member to a gathering by specifying the gathering ID and member name. Facilitates expense tracking and reimbursement calculations for social events.

Instructions

Add a new member to a gathering

Input Schema

NameRequiredDescriptionDefault
gathering_idYesID of the gathering
member_nameYesName of the member to add

Input Schema (JSON Schema)

{ "properties": { "gathering_id": { "description": "ID of the gathering", "type": "string" }, "member_name": { "description": "Name of the member to add", "type": "string" } }, "required": [ "gathering_id", "member_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/abutbul/gatherings-mcp'

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