Skip to main content
Glama

Gatherings MCP Server

by abutbul

record_payment

Track and record payments or reimbursements made by members during social events. Use the gathering ID, member name, and payment amount to maintain accurate balances in Gatherings MCP Server.

Instructions

Record a payment made by a member

Input Schema

NameRequiredDescriptionDefault
amountYesAmount paid (negative for reimbursements)
gathering_idYesID of the gathering
member_nameYesName of the member making the payment

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount paid (negative for reimbursements)", "type": "number" }, "gathering_id": { "description": "ID of the gathering", "type": "string" }, "member_name": { "description": "Name of the member making the payment", "type": "string" } }, "required": [ "gathering_id", "member_name", "amount" ], "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