write_queryAxampExecute SQL write queries (INSERT, UPDATE, DELETE, DDL) on a specified database. Requires write permission enabled.MIT
read_queryAxampExecute read-only SQL queries on a specified database. Supports SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH statements for data retrieval and schema exploration.MIT
describe_tableAxampGet the structure of a database table: columns, data types, and key constraints. Provide database and table names to inspect.MIT
list_databasesAxampList all accessible databases on a MariaDB/MySQL server to quickly identify available data sources for queries.MIT
list_tablesAxampRetrieve all table names from a specified database. Provide the database name to get the list.MIT