find-meeting-rooms
Find available meeting rooms in your organization by filtering on name, building, floor, or minimum capacity. Returns room details for use in scheduling events.
Instructions
Discover bookable meeting rooms in the user's organisation via the Graph rooms endpoint (read-only). Returns room resources with displayName, emailAddress, building, floor, capacity, and bookingType — suitable for piping into create-event as attendees. Filter by query (matches name/email), building, floor, or minimum capacity. Returns empty list on personal accounts (the rooms endpoint is M365-only). Use outputVerbosity to control field count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| floor | No | Filter by floor number | |
| query | No | Search query (room name, email) | |
| building | No | Filter by building name | |
| capacity | No | Minimum capacity required | |
| outputVerbosity | No | Output detail level (default: standard) |