Get Meeting Details
bmlt_get_meeting_detailsGet complete details for a specific NA meeting by providing its BMLT meeting ID, including name, time, location, formats, and virtual links.
Instructions
Retrieve full details for a specific NA meeting by its BMLT meeting ID.
Use this after bmlt_search_meetings to get the complete record for a specific meeting.
Args:
meeting_id (number): The BMLT meeting ID (the "id_bigint" field from search results)
root_server_url (string, optional): BMLT root server URL. Defaults to "https://bmlt.wszf.org/main_server"
service_body_ids (number[], optional): Service body IDs to scope the search. Defaults to [26]
response_format (string, optional): "markdown" (default) or "json"
Returns: Full meeting record including name, day, time, location, formats, virtual links, and all metadata fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_id | Yes | The BMLT meeting ID (id_bigint field from search results) | |
| root_server_url | No | BMLT root server URL (default: "https://bmlt.wszf.org/main_server") | |
| service_body_ids | No | Service body IDs (default: [26] = Portland NA) | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |