List meeting formats
list_formatsList available meeting formats (Open, Closed, Speaker, Beginners, language tags, etc.) so the caller can map human-friendly format names to BMLT format IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language code for format names (e.g. "en", "es", "fr"). Defaults to server default. | |
| format_ids | No | Restrict to specific format IDs. | |
| key_strings | No | Restrict to formats matching these short codes (e.g. ["O", "C", "SP"]). | |
| include_unused | No | Include formats not currently assigned to any meeting. Default false. | |
| root_server_url | No | Override the configured BMLT root server URL. |