Skip to main content
Glama

Oracle MCP Server

generate_sample_queries

Generate sample SQL queries for Oracle Database tables to facilitate data exploration and analysis.

Instructions

Generate sample SQL queries for a given table to help with exploration

Input Schema

NameRequiredDescriptionDefault
ownerNoSchema owner (optional)
table_nameYesName of the table to generate queries for

Input Schema (JSON Schema)

{ "properties": { "owner": { "default": null, "description": "Schema owner (optional)", "type": "string" }, "table_name": { "description": "Name of the table to generate queries for", "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