Skip to main content
Glama

MCP Oracle Server

by anpy-j

describe_table

Retrieve detailed information about a specific table in an Oracle database, including its structure and metadata, by specifying the table name.

Instructions

Get a description of a table in the oracle database"

Args: table_name (string): The name of the table to describe

Input Schema

NameRequiredDescriptionDefault
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name" ], "title": "describe_tableArguments", "type": "object" }
Install Server

Other Tools from MCP Oracle 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/anpy-j/mcp-oracle'

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