mcpConvert
Convert a document to another format. Targets: html, md, qmd, docx, pptx,
xlsx, odt, odp, ods. input is a file path, a sample_id, an https:// URL,
or a gs:// ref (Business tier).
The converted file comes back as base64 in the JSON response rather than
written to disk, so decode content to get the bytes. outputPath is
accepted but ignored; it stays in the signature because removing it would
change the auto-generated MCP tool schema for existing clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| apiKey | Yes | ||
| outputPath | Yes | ||
| outputFormat | Yes |