Expand description
Shared tool implementation functions.
Extracts the common logging, validation, and serialization logic from per-backend MCP tool handlers into reusable functions.
Functionsยง
- create_
database - Executes a
create_databasetool call. - get_
table_ schema - Executes a
get_table_schematool call. - list_
databases - Executes a
list_databasestool call. - list_
tables - Executes a
list_tablestool call. - read_
query - Executes a
read_querytool call with read-only validation. - resolve_
database - Resolves an empty database name to
None. - write_
query - Executes a
write_querytool call.