Skip to main content
Glama

nanobanana-mcp-server

by zhongweili

maintenance

Perform system maintenance operations including cleaning expired database entries, removing old local files, checking storage quotas, and resolving database inconsistencies to optimize performance.

Instructions

Perform maintenance operations following workflows.md patterns.

Available operations:

  • cleanup_expired: Remove expired Files API entries from database

  • cleanup_local: Clean old local files based on age/LRU

  • check_quota: Check Files API storage usage vs. ~20GB budget

  • database_hygiene: Clean up database inconsistencies

  • full_cleanup: Run all cleanup operations in sequence

Input Schema

NameRequiredDescriptionDefault
dry_runNoIf true, only report what would be done without making changes
keep_countNoFor local cleanup: minimum number of recent files to keep
max_age_hoursNoFor local cleanup: maximum age in hours (default: 168 = 1 week)
operationYesMaintenance operation to perform: 'cleanup_expired', 'cleanup_local', 'check_quota', 'database_hygiene', 'full_cleanup'

Input Schema (JSON Schema)

{ "properties": { "dry_run": { "default": true, "description": "If true, only report what would be done without making changes", "title": "Dry Run", "type": "boolean" }, "keep_count": { "anyOf": [ { "maximum": 1000, "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": null, "description": "For local cleanup: minimum number of recent files to keep", "title": "Keep Count" }, "max_age_hours": { "anyOf": [ { "maximum": 8760, "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": null, "description": "For local cleanup: maximum age in hours (default: 168 = 1 week)", "title": "Max Age Hours" }, "operation": { "description": "Maintenance operation to perform: 'cleanup_expired', 'cleanup_local', 'check_quota', 'database_hygiene', 'full_cleanup'", "title": "Operation", "type": "string" } }, "required": [ "operation" ], "type": "object" }

Other Tools from nanobanana-mcp-server

Related Tools

    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/zhongweili/nanobanana-mcp-server'

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