list_tables
Retrieve all table names in an Oracle database using the MCP Oracle Server for database interaction and management tasks.
Instructions
Get a list of all tables in the oracle database
Args:
None
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_tablesArguments",
"type": "object"
}