discover_sites
Discover SharePoint sites accessible by the user, filtered by name or description, with pagination and optional root site inclusion.
Instructions
Discover SharePoint sites accessible by the user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term to filter sites by name or description | |
| limit | No | Maximum number of sites to return | |
| includePersonalSite | No | Also include the tenant root SharePoint site (`/sites/root`) when available | |
| pageToken | No | Opaque pagination token from a previous response (Graph nextLink) |