Get Meeting Formats
bmlt_get_formatsRetrieve all meeting format codes and descriptions from a BMLT root server. Use to discover available formats before filtering a meeting search or to explain format meanings.
Instructions
Retrieve all meeting format codes and their descriptions from a BMLT root server.
Formats describe the type of meeting — e.g. "O" = Open, "C" = Closed, "VM" = Virtual Meeting, "BT" = Book Study, "D" = Discussion, "SP" = Speaker, "WC" = Wheelchair Accessible.
Use this to:
Discover what format codes are available before filtering a meeting search
Explain what a format code means to a user
List all available meeting types on the server
Args:
root_server_url (string, optional): BMLT root server URL. Defaults to "https://bmlt.wszf.org/main_server"
response_format (string, optional): "markdown" (default) or "json"
Returns: List of format codes, names, and descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_server_url | No | BMLT root server URL (default: "https://bmlt.wszf.org/main_server") | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |