Skip to main content
Glama

Oracle MCP Server

by samscarrow

list_tables

Retrieve tables from a specified schema or all accessible schemas in an Oracle database, filtering by table name patterns using wildcards. Streamlines database introspection for efficient SQL query preparation.

Instructions

List tables from specified schema or all accessible schemas

Input Schema

NameRequiredDescriptionDefault
patternNoTable name pattern (supports % wildcards)
schemaNoSchema name (optional, shows all accessible schemas if not specified)

Input Schema (JSON Schema)

{ "properties": { "pattern": { "description": "Table name pattern (supports % wildcards)", "type": "string" }, "schema": { "description": "Schema name (optional, shows all accessible schemas if not specified)", "type": "string" } }, "type": "object" }

Other Tools from Oracle MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/samscarrow/oracle-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server