Skip to main content
Glama

Oracle Database MCP Server

by tannerpace

query_database

Execute read-only SQL SELECT queries against Oracle databases to retrieve data, column information, and query performance metrics for analysis and reporting.

Instructions

Execute a read-only SQL SELECT query against the Oracle database. Returns rows, column names, and execution metrics.

Input Schema

NameRequiredDescriptionDefault
maxRowsNoMaximum number of rows to return (optional)
queryYesThe SQL query to execute (SELECT statements only)
timeoutNoQuery timeout in milliseconds (optional)

Input Schema (JSON Schema)

{ "properties": { "maxRows": { "description": "Maximum number of rows to return (optional)", "type": "number" }, "query": { "description": "The SQL query to execute (SELECT statements only)", "type": "string" }, "timeout": { "description": "Query timeout in milliseconds (optional)", "type": "number" } }, "required": [ "query" ], "type": "object" }

Other Tools from Oracle Database 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/tannerpace/mcp-oracle-database'

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