You're viewing a demo portfolio

Join the waitlist
PRSM

save_to_drive

Active

Tool of Hermoso

declared in 1.0.0

Save a Hermoso render — or ANY file — into the user’s connected Google Drive. Pass a Hermoso render URL as url (or urls[] for several); for a local/external file, call upload_file first and pass the url it returns. Optional folder (created if new) + name. Returns the Drive file(s) with a webViewLink. Needs Google Drive connected (Settings ▸ Connectors ▸ Google Drive). NOTE: Hermoso uses the drive.file scope, so it can only see/manage files IT created in the user’s Drive — not their whole Drive.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "url": {
      "type": "string",
      "description": "a single Hermoso render URL to save"
    },
    "name": {
      "type": "string",
      "description": "file name (single save)"
    },
    "urls": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "several render URLs (up to 20) to save in one call"
    },
    "folder": {
      "type": "string",
      "description": "Drive folder name to save into (created if new)"
    }
  }
}

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