show_gathering
Retrieve detailed information about a specific gathering by entering its ID, simplifying expense tracking and reimbursement calculations for social events.
Instructions
Show details of a gathering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gathering_id | Yes | ID 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"
}