close_gathering
Terminate a gathering within Gatherings MCP Server by specifying its ID, enabling users to efficiently finalize and manage event-related expenses and reimbursements.
Instructions
Close a gathering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gathering_id | Yes | ID of the gathering to close |
Input Schema (JSON Schema)
{
"properties": {
"gathering_id": {
"description": "ID of the gathering to close",
"type": "string"
}
},
"required": [
"gathering_id"
],
"type": "object"
}