list_tables
Retrieve a list of all tables within a database using the MCP SQL Agent. Simplifies schema exploration by providing a clear overview of available tables.
Instructions
List all tables in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_tablesArguments",
"type": "object"
}