Critical-risk tools in Fusebase MCP Server
8 of the 92 tools in Fusebase MCP Server are classified as critical risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at critical risk
-
delete_dashboardDestructiveDelete a dashboard (table) within a database. Removes the table and its data. Use get_database_detail first to see available dashboards.
-
delete_databaseDestructiveDelete a database and ALL its dashboards (tables), views, and data. This action is irreversible. Returns 204 on success.
-
delete_database_columnDestructiveDelete a column from a database view by its key. Use get_database_schema first to find the column key. This removes the column definition from the schema — existing cell data fo...
-
delete_database_rowDestructiveDelete a row from a database. Requires the dashboard ID and the row ID. Use get_database_rows to find row IDs.
-
delete_pageDestructiveDelete a page permanently from a workspace. This action is irreversible — the page and its content will be lost. Use get_page first to verify you have the correct page before de...
-
delete_relationDestructiveDelete a relation by its ID. This removes the link between two database tables. Use list_database_relations to find relation IDs.
-
delete_taskDestructiveDelete a task permanently from a workspace. This action is irreversible.
-
delete_viewDestructiveDelete a view from a dashboard. Cannot delete the default (first) view. Use get_dashboard_detail to find view UUIDs.
Attacks that target this class
Critical-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.