Skip to main content
Glama

Oracle MCP Server

by samscarrow

describe_table

Retrieve detailed table structure, including column names, data types, and constraints, from Oracle databases using schema-specific or global searches.

Instructions

Get table structure including columns, data types, and constraints

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

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