Skip to main content
Glama

Oracle MCP Server

by samscarrow

get_table_indexes

Retrieve indexes for a specific table in Oracle databases. Specify the table name and optionally the schema to access detailed index information across multiple schemas efficiently.

Instructions

Get indexes for a specific table

Input Schema

NameRequiredDescriptionDefault
schemaNoSchema name (optional, searches all accessible schemas if not specified)
table_nameYesTable name

Input Schema (JSON Schema)

{ "properties": { "schema": { "description": "Schema name (optional, searches all accessible schemas if not specified)", "type": "string" }, "table_name": { "description": "Table name", "type": "string" } }, "required": [ "table_name" ], "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