You're viewing a demo portfolio

Join the waitlist
PRSM

delete_drive_file

Active

Tool of Hermoso

declared in 1.0.0

Delete a Drive file. By default it goes to Trash (recoverable); pass permanent:true to delete it forever. Pass fileId (from list_drive_files) + confirm:true. Irreversible when permanent — confirm with the user first.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "fileId"
  ],
  "properties": {
    "fileId": {
      "type": "string",
      "description": "the Drive file id"
    },
    "confirm": {
      "type": "boolean",
      "description": "REQUIRED true"
    },
    "permanent": {
      "type": "boolean",
      "description": "true = delete forever; default trashes (recoverable)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Hermoso

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

1/7 registries
View full server →