onedrive_search_files
ActiveTool of Onedrive
declared in 0.1.0
Search a user's OneDrive (Microsoft 365) for files and folders matching a query string across file names and content. Returns matching items with id, name, size, folder flag, last-modified time, and web URL. Use to find documents by keyword.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"top": {
"type": "number",
"description": "Maximum number of results to return (default 25)."
},
"query": {
"type": "string",
"description": "Free-text search query matched against OneDrive file names and content."
}
}
}Parent server
Onedrive
https://github.com/pipeworx-io/mcp-onedrive
1/7 registries