Skip to main content
Glama

Gatherings MCP Server

by abutbul

show_gathering

Retrieve detailed information about a specific gathering by entering its ID. This tool is part of a server designed to track expenses and calculate reimbursements for social events.

Instructions

Show details of a gathering

Input Schema

NameRequiredDescriptionDefault
gathering_idYesID of the gathering to display

Input Schema (JSON Schema)

{ "properties": { "gathering_id": { "description": "ID of the gathering to display", "type": "string" } }, "required": [ "gathering_id" ], "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