Skip to main content
Glama
YrsonHTM

MCP Oracle Server

by YrsonHTM

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORACLE_HOSTYesOracle database host (e.g., 10.10.10.10)
ORACLE_PORTYesOracle database port (e.g., 1521)
ORACLE_USERYesOracle database username
ORACLE_DATABASEYesOracle database 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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_queryC

Ejecuta una consulta SELECT en la base de datos Oracle

describe_tableC

Describe la estructura de una tabla

list_tablesB

Lista todas las tablas disponibles para el usuario actual

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: describe_table for table structure, execute_query for running SELECT queries, and list_tables for enumerating available tables. There is no overlap in functionality, making tool selection straightforward.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (describe_table, execute_query, list_tables) with clear, descriptive verbs and nouns. The naming is uniform and predictable throughout the set.

Tool Count3/5

With only 3 tools, the set feels thin for an Oracle database server, lacking essential operations like INSERT, UPDATE, DELETE, or transaction management. While the tools cover basic query and metadata needs, the count is borderline for a database interface.

Completeness2/5

The toolset is severely incomplete for an Oracle database domain. It only supports SELECT queries and metadata listing, missing critical CRUD operations (create, update, delete), schema modifications, and advanced database management features, leading to significant gaps in agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues