onedrive_search_files
Searches across the user’s OneDrive files and folders by name or content. Returns item IDs, names, paths, sizes, and modified dates. Pass the returned itemId to onedrive_get_file_content to download a file or to onedrive_get_item for full metadata.
Parameters
Returns
An object with aresults array, count, offset, has_more, and next_offset. Each result includes itemId, name, webUrl, mimeType, size, lastModifiedDateTime, parentPath, and isFolder.
Example use
“Search my OneDrive for any files related to the Q3 report.”