Skip to main content
Glama

Oracle MCP Server

describe_table

Retrieve table structure details including columns, data types, and constraints to understand database schema organization and relationships.

Instructions

Get detailed information about a table including columns, data types, and constraints

Input Schema

NameRequiredDescriptionDefault
ownerNoSchema owner (optional)
table_nameYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "owner": { "default": null, "description": "Schema owner (optional)", "type": "string" }, "table_name": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "table_name" ], "type": "object" }

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/smith-nathanh/oracle-mcp-server'

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