db_describe_schema
List all tables and views with their column counts to understand the database schema before writing queries. Results are cached for efficient repeated access.
Instructions
Returns all available tables and views with their column count. Use this first to understand what data is available before writing queries. Results are cached to avoid repeated database calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||