Loading...
npx @toolbox-sdk/server --tools-file tools.yamlQuery DatabaseExecutes a SQL query against the configured database.
Can modify data depending on the query.
List TablesLists all tables in the configured database.
Read-only operation.
Describe TableDescribes the schema of a specified table.
Read-only operation.
MCP Toolbox is safe for read-only operations and controlled write operations with proper configuration. Risks increase with tools that allow schema modifications or data deletion. Secure credential management and network isolation are crucial.