Skip to main content
Glama

Gatherings MCP Server

by abutbul

add_expense

Track and record expenses for members in social events by inputting gathering ID, member name, and amount paid, simplifying balance settlements on Gatherings MCP Server.

Instructions

Add an expense for a member

Input Schema

NameRequiredDescriptionDefault
amountYesAmount paid by the member
gathering_idYesID of the gathering
member_nameYesName of the member who paid

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount paid by the member", "type": "number" }, "gathering_id": { "description": "ID of the gathering", "type": "string" }, "member_name": { "description": "Name of the member who paid", "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