You're viewing a demo portfolio

Join the waitlist
PRSM

list_drive_files

Active

Tool of Hermoso

declared in 1.0.0

List the files & folders Hermoso created in the user’s Google Drive (the drive.file scope only exposes app-created files — not the user’s entire Drive). Filter by query (name contains …), folderId (contents of a folder), or onlyFolders:true. Paginate with pageToken. Read-only.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "query": {
      "type": "string",
      "description": "only files whose name contains this"
    },
    "folderId": {
      "type": "string",
      "description": "list the contents of this folder id"
    },
    "pageSize": {
      "type": "number",
      "description": "rows per page (1–200, default 50)"
    },
    "pageToken": {
      "type": "string",
      "description": "cursor from a previous call"
    },
    "onlyFolders": {
      "type": "boolean",
      "description": "list folders only"
    },
    "includeTrashed": {
      "type": "boolean",
      "description": "include trashed files (default false)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Hermoso

https://github.com/hermoso-ai/hermoso

1/7 registries
View full server →