m365_search
Find OneDrive documents using semantic and keyword hybrid search to discover relevant files by topic when exact names are unknown. Returns file metadata, previews, and URLs for analysis.
Instructions
Find documents in OneDrive using semantic + keyword hybrid search.
Returns file metadata, previews, URLs—not full content.
Use for:
- Discovering relevant files
- Finding documents by topic when you don't know exact names
- Building a list of files to analyze
Use m365_retrieve instead when:
- You need actual document content
- You want text for analysis
Limitation: OneDrive only (SharePoint search coming)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What documents to find. Use natural language—semantic search handles synonyms. E.g., 'Q3 board presentation' or 'contracts with renewal clauses'. | |
| path_filter | No | Scope to OneDrive folder path. E.g., '/Documents/Projects/Alpha' to search only that folder. | |
| page_size | No | Results to return (1-100). Start with 25, increase if needed. |