Skip to main content
Glama

Gatherings MCP Server

by abutbul

delete_gathering

Remove a gathering from the Gatherings MCP Server by specifying its ID, with an option to force deletion even if the gathering is closed.

Instructions

Delete a gathering

Input Schema

NameRequiredDescriptionDefault
forceNoForce deletion even if gathering is closed
gathering_idYesID of the gathering to delete

Input Schema (JSON Schema)

{ "properties": { "force": { "default": false, "description": "Force deletion even if gathering is closed", "type": "boolean" }, "gathering_id": { "description": "ID of the gathering to delete", "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