MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/database/db-tools.ts:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120});
121
122export class DbSchemaTool extends Tool<z.infer<typeof DbSchemaArgs>> {
123 name = 'db_schema';
124 description = 'Inspect a database schema. Without "table" → lists all tables. With "table" → columns, indexes, foreign keys for that table. Read-only. Supports MySQL, Postgres, SQLite.';
125 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected