find-meeting-rooms
Find bookable meeting rooms in your organization. Filter by name, building, floor, or minimum capacity to identify available rooms for scheduling.
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 |
|---|---|---|---|
| query | No | Search query (room name, email) | |
| building | No | Filter by building name | |
| floor | No | Filter by floor number | |
| capacity | No | Minimum capacity required | |
| outputVerbosity | No | Output detail level (default: standard) |