Skip to main content
sharepoint_search_sites Searches for SharePoint sites by keyword. Returns site IDs, display names, and URLs. Use this when you know part of a site’s name but not its ID. Pass the returned id to sharepoint_get_site or sharepoint_list_drives to go deeper.

Parameters

Returns

A paginated list of matching sites. Each result includes id, displayName, and webUrl. The response also includes total_count, count, offset, has_more, and next_offset for pagination.

Example use

“Find me all SharePoint sites related to HR.”