Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search for files and folders in OneDrive by name or content
onedrive__search_files
{ "type": "object", "properties": { "query": { "type": "string", "description": "Search query" }, "$top": { "type": "number", "description": "Maximum number of items to return" } }, "required": [ "query" ], "description": "Input schema for the onedrive__search_files tool." }