Skip to main content
Glama

Gatherings MCP Server

by abutbul

rename_member

Update a member's name in a gathering by specifying the gathering ID, current name, and new name for accurate expense tracking and reimbursements.

Instructions

Rename an unnamed member

Input Schema

NameRequiredDescriptionDefault
gathering_idYesID of the gathering
new_nameYesNew name for the member
old_nameYesCurrent name of the member

Input Schema (JSON Schema)

{ "properties": { "gathering_id": { "description": "ID of the gathering", "type": "string" }, "new_name": { "description": "New name for the member", "type": "string" }, "old_name": { "description": "Current name of the member", "type": "string" } }, "required": [ "gathering_id", "old_name", "new_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