db_schema
Retrieve database table structure including columns, data types, keys, and constraints for SQLite, PostgreSQL, or MySQL databases.
Instructions
Get table schema: columns, types, keys, and constraints.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Database type | |
| table | Yes | Table name | |
| connection | No | Connection string | |
| host | No | Database host | |
| port | No | Port number | |
| database | No | Database name | |
| user | No | Username | |
| password | No | Password |