Skip to main content
Glama

Gatherings MCP Server

by abutbul

rename_member

Update member names in Gatherings MCP Server by specifying the gathering ID, current name, and new name to ensure accurate tracking and expense management.

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