You're viewing a demo portfolio

Join the waitlist
PRSM

drive_search

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Google_drive

https://github.com/pipeworx-io/mcp-google_drive

1/7 registries
View full server →
drive_search — Google_drive — PRSM MCP