You're viewing a demo portfolio

Join the waitlist
PRSM

update_drive_file

Active

Tool of Hermoso

declared in 1.0.0

Update a Drive file: rename (name), move it into a folder (moveToFolderId, optionally removeFromFolderId to move OUT of the old one), or trash / untrash it (trash:true|false). Pass fileId (from list_drive_files). To delete permanently, use delete_drive_file.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "fileId"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "new name"
    },
    "trash": {
      "type": "boolean",
      "description": "true → move to Trash; false → restore from Trash"
    },
    "fileId": {
      "type": "string",
      "description": "the Drive file id"
    },
    "moveToFolderId": {
      "type": "string",
      "description": "folder id to move the file into (from create_drive_folder / list_drive_files)"
    },
    "removeFromFolderId": {
      "type": "string",
      "description": "the old parent folder id to remove (when moving)"
    }
  }
}

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 →
update_drive_file — Hermoso — PRSM MCP