Skip to main content
Glama

apex_connect

Idempotent

Establish a secure connection to an Oracle Autonomous Database using an mTLS wallet. Required before any other database operations.

Instructions

Connect to Oracle ADB via mTLS wallet. Must be called first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dsnNoTNS alias from tnsnames.ora inside the wallet (default: from ORACLE_DSN env)devdb_low
userNoDatabase username (from ORACLE_DB_USER env var — required)APP_USER
passwordNoDatabase password (default: from ORACLE_DB_PASS env)Password123!
wallet_dirNoPath to the directory containing the Oracle wallet files (default: from ORACLE_WALLET_DIR env)/app
wallet_passwordNoWallet decryption password (default: from ORACLE_WALLET_PASSWORD env)WalletPass123!

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare idempotentHint=true and destructiveHint=false, so the description only needs to add context beyond that. It does add the 'Must be called first' sequencing behavior, which is useful. It doesn't provide details on connection lifecycle or failure modes, but given the simple nature of a connect call and existing annotations, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, the first clearly states the action and target, the second a critical sequencing note. No fluff, no repetition of schema information. Perfectly front-loaded and structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema (not shown but indicated), so return values are presumably documented there. The description provides the crucial 'must be called first' context, which is essential for the agent's workflow. It doesn't mention prerequisites like environment variables, but those are already described in the schema defaults. For a connection tool, this is nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema fully documents all 5 parameters with descriptions and defaults (100% coverage). The description itself adds no new parameter semantics; it just repeats the connect purpose. Therefore, baseline score of 3 is appropriate since the schema already does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: connecting to Oracle ADB via mTLS wallet. It includes a specific verb ('Connect'), a resource ('Oracle ADB'), and a key method ('mTLS wallet'). It also distinguishes itself by adding the sequencing instruction 'Must be called first', which sets it apart from all sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The instruction 'Must be called first' provides an explicit usage context, telling the agent to invoke this tool before other APEX operations. It doesn't explicitly mention alternatives or when not to use it, but for a connection prerequisite this is clear. A small deduction for not elaborating on whether this is required for every session or any error consequences.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/TechFernandesLTDA/apex-mcp'

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