list_drive_files
ActiveTool of Hermoso
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)"
}
}
}Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries