Skip to main content
Glama

Oracle MCP Server

by samscarrow

describe_table

Retrieve detailed table structure from Oracle databases, including column names, data types, and constraints, by specifying the table name and optional schema.

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