Skip to main content
Glama
doberkofler

ask-oracle-mcp

by doberkofler

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORACLE_USERYesOracle database username
ORACLE_SERVERYesOracle database connection string in the format host:port/service_name
ORACLE_PASSWORDYesOracle database password

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tablesA

Lists table names for the connected schema or an explicit OWNER, optionally filtered by a SQL LIKE pattern. Call this before describe_table; it does not return columns.

describe_tableA

Returns column names, data types, and nullability for exactly one table. Call this only for tables relevant to the question.

run_sqlA

Executes read-only SELECT/WITH SQL. This server was not started with --allow-write, so DML/DDL is disabled.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/doberkofler/ask-oracle-mcp'

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