get_db_schema
Retrieve the complete database schema showing all tables and their structures for analysis and query planning.
Instructions
Get the schema for all tables in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}