Skip to main content
Glama
qualigenai

QualigenAI Oracle Bridge (MCP)

Official
by qualigenai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_USERYesOracle database username
DB_PASSWORDYesOracle database password
DB_CONNECTION_STRINGYesOracle database connection string (host:port/service_name)

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
list_oracle_tablesB

Lists all tables in the Oracle database.

execute_queryC

Execute any SQL command.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one lists database tables, the other executes arbitrary SQL commands. Although execute_query could technically be used to list tables, the descriptions and intended use cases are unambiguous.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern using snake_case: 'list_oracle_tables' and 'execute_query'. This makes the toolset predictable and easy to navigate.

Tool Count4/5

With only two tools, the server feels slightly thin, but the scope is narrow—a database bridge. The pair of listing tables and executing queries covers the core needs, and each tool serves a distinct role, so the count is reasonable.

Completeness5/5

The execute_query tool accepts any SQL command, enabling full CRUD, DDL, and metadata operations. list_oracle_tables provides a convenient starting point for exploration. Together, they cover the domain without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues