Skip to main content
Glama
itunified-io

@itunified.io/mcp-oracle-ol

by itunified-io

oracle_linux_security_firewall_rules

Retrieve active firewall rules on Oracle Linux: chain, target, protocol, source, destination, and ports. View current iptables or firewalld configurations for a specified target.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesTarget name from ~/.dbx/targets/
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. The description states it shows active rules via iptables/firewalld, but does not mention that this requires SSH access to the target, any required permissions, or that it is a safe read-only operation. The lack of such context leaves the agent uncertain about side effects and prerequisites.

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

Conciseness4/5

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

The description is a single, well-structured sentence that efficiently conveys the tool's purpose and output fields. It is concise with no redundant words. However, it could be slightly expanded (e.g., indicating it is a listing command) without harming conciseness, so a 4 rather than 5.

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?

For a simple list tool with one parameter and no output schema, the description is largely complete. It lists the output fields, giving the agent a good idea of what to expect. However, it does not clarify whether the output format is tabular or structured, nor does it mention the command used (iptables vs firewalld). Still, it covers the essential aspects.

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?

Schema coverage is 100% (one parameter documented). The description does not add any information beyond the schema's description of 'target' as a target name from ~/.dbx/targets/. Since the schema already covers the parameter meaning, the baseline score of 3 applies.

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 explicitly states the tool retrieves 'Active firewall rules' and lists the fields returned (chain, target, protocol, source, destination, ports). This clearly identifies the tool as a read-only rule listing tool, with no ambiguity. Sibling tools are all different resources (kernel, network, packages, etc.), so no need for further differentiation.

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

Usage Guidelines3/5

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

No explicit guidance on when or when not to use this tool versus alternatives. However, there are no sibling tools with overlapping functionality (no other firewall rule tools), so the lack of direct comparison is acceptable. The description does not mention prerequisites or typical use cases, earning a baseline score.

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/itunified-io/mcp-oracle-ol'

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