Skip to main content
Glama
itunified-io

@itunified.io/mcp-oracle-ol

by itunified-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
oracle_linux_package_listA

List installed RPM packages with version, release, arch, and install date

oracle_linux_package_installB

Install an RPM package via yum/dnf. Requires SSH access to the target host

oracle_linux_package_removeB

Remove an installed RPM package. Requires SSH access to the target host

oracle_linux_package_updateA

Update packages to latest available version. Updates all if no name specified

oracle_linux_package_searchC

Search available packages in configured yum/dnf repositories

oracle_linux_kernel_infoC

Current kernel version, release, architecture, UEK version, and boot parameters

oracle_linux_kernel_parametersB

Active kernel parameters (sysctl) with current values — useful for Oracle tuning verification

oracle_linux_kernel_modulesB

Loaded kernel modules with size, dependencies, and use count

oracle_linux_storage_dfA

Filesystem disk usage (df) — mount point, size, used, available, percent, filesystem type

oracle_linux_storage_lvm_listA

LVM logical volumes with VG, size, path, and mount point — critical for Oracle datafile placement

oracle_linux_storage_asm_devicesB

ASM candidate and active disk devices with path, size, header status, and diskgroup membership

oracle_linux_storage_io_statsA

Block device I/O statistics — reads/writes per second, throughput, await, utilization

oracle_linux_network_interfacesB

Network interfaces with IP address, MAC, MTU, speed, status, and bonding info

oracle_linux_network_routesA

Routing table entries — destination, gateway, interface, metric

oracle_linux_network_dnsC

DNS resolver configuration — nameservers, search domains, resolv.conf contents

oracle_linux_network_ntpA

NTP/chrony time synchronization status — offset, jitter, reference, stratum

oracle_linux_security_firewall_rulesA

Active firewall rules (iptables/firewalld) — chain, target, protocol, source, destination, ports

oracle_linux_security_selinux_statusA

SELinux mode (enforcing/permissive/disabled), policy type, and recent denials

oracle_linux_security_user_listB

OS users with UID, GID, home directory, shell, and group memberships (oracle, grid, dba, oinstall)

oracle_linux_security_sshd_configC

SSHD configuration — authentication methods, permitted users, port, protocol settings

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 20 tools

Disambiguation5/5

All tools have clearly distinct purposes, organized by category (kernel, network, package, security, storage). No two tools overlap in functionality; even similar-sounding ones like kernel_info, kernel_modules, and kernel_parameters address different aspects.

Naming Consistency5/5

Every tool follows the pattern `oracle_linux_<category>_<descriptor>`, with descriptors being either nouns (e.g., info, modules) or verbs (e.g., install, remove). The pattern is uniform and predictable across all 20 tools.

Tool Count5/5

With 20 tools covering kernel, network, packages, security, and storage, the number is well-proportioned for an Oracle Linux administration server. Each tool addresses a specific need without redundancy or bloat.

Completeness4/5

The toolset covers major administration areas for Oracle Linux: kernel, network, packages, security, and storage. Missing are service/process management and system logs, but core Oracle-relevant tasks (ASM, UEK, NTP, firewall) are fully covered.

Maintenance

ActivityInactive
ResponsivenessSyncing