Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | onedrive__search_files |
| Group | Integrations |
{
"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."
}