You're viewing a demo portfolio

Join the waitlist
PRSM

drive_list_files

Active

Tool of Google_drive

declared in 0.1.0

List files in your Google Drive. Optionally filter by name, type, owner, or modified date (e.g., 'name contains "report"'). Returns file names, IDs, types, and metadata.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "page_size": 10
    },
    {
      "q": "name contains 'report'",
      "order_by": "modifiedTime desc",
      "page_size": 20
    }
  ],
  "required": [],
  "properties": {
    "q": {
      "type": "string",
      "description": "Drive search query (e.g., \"name contains 'report'\" or \"mimeType='application/pdf'\")"
    },
    "order_by": {
      "type": "string",
      "description": "Sort order (e.g., \"modifiedTime desc\", \"name\")"
    },
    "page_size": {
      "type": "number",
      "description": "Maximum number of files to return (default 10, max 100)"
    },
    "page_token": {
      "type": "string",
      "description": "Token for fetching the next page of results"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Google_drive

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

1/7 registries
View full server →