Skip to main content
Glama

Oracle MCP Server

export_query_results

Execute SQL queries and export results in JSON or CSV format for data analysis and reporting.

Instructions

Export query results in various formats (JSON, CSV)

Input Schema

NameRequiredDescriptionDefault
formatNoExport formatjson
sqlYesSQL query to execute and export

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Export format", "enum": [ "json", "csv" ], "type": "string" }, "sql": { "description": "SQL query to execute and export", "type": "string" } }, "required": [ "sql" ], "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