Skip to main content
Glama

Oracle MCP Server

by samscarrow

list_tables

Retrieve tables from a specific schema or all accessible schemas in Oracle databases using a configurable table name pattern. Integrates with Oracle MCP Server for efficient database introspection.

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" }
Install Server

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