drive_search
ActiveTool of Google_drive
declared in 0.1.0
Search Drive files by name, type, owner, modified date, or full text using query operators (e.g., 'name contains "report"', 'mimeType = application/pdf'). Returns matching files and IDs.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "name contains 'quarterly report'"
},
{
"query": "mimeType = 'application/pdf' and modifiedTime > '2024-01-01'",
"page_size": 25
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Drive search query (e.g., \"fullText contains 'quarterly report'\" or \"modifiedTime > '2024-01-01'\")"
},
"page_size": {
"type": "number",
"description": "Maximum number of results (default 10, max 100)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_drive
https://github.com/pipeworx-io/mcp-google_drive
1/7 registries