Skip to main content
Glama

Gemini MCP Server

by mintmcqueen

delete_file

Permanently remove files from Google's Gemini File API to manage storage, clean up processed data, or delete sensitive information. Files are immediately deleted and cannot be recovered.

Instructions

DELETE FILE FROM GEMINI - Permanently removes file from Gemini File API and clears from cache. USAGE: Pass fileUri from upload or list_files. Immediate deletion, cannot be undone. USE CASE: Clean up after processing, manage storage quota, remove sensitive data. NOTE: Files auto-delete after 48 hours if not manually removed.

Input Schema

NameRequiredDescriptionDefault
fileUriYesThe file URI or name to delete

Input Schema (JSON Schema)

{ "properties": { "fileUri": { "description": "The file URI or name to delete", "type": "string" } }, "required": [ "fileUri" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mintmcqueen/gemini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server