Skip to main content
Glama
wabox32

schema-engram-mcp

by wabox32

db_schema_delete

Remove a database schema snapshot by ID to manage stored database structures in the schema-engram-mcp server.

Instructions

Elimina una instantánea por id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snapshot_idYes

Implementation Reference

  • The tool definition and handler for 'db_schema_delete', which wraps the storage.delete_snapshot function.
    @mcp.tool()
    def db_schema_delete(snapshot_id: int) -> str:
        """Elimina una instantánea por id."""
        ok = storage.delete_snapshot(_get_conn(), snapshot_id)
        return json.dumps({"ok": ok}, ensure_ascii=False)

Latest Blog Posts

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/wabox32/schema-mcp'

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