Skip to main content
Glama
redhat-community-ai-tools

IPI Provisioner MCP Server

Official

generate_network_diagram

Generate a network diagram for an OpenShift cluster by specifying pod, service, machine CIDRs and API/Ingress VIPs.

Instructions

Generate a network diagram for the cluster.

Args: cluster_cidr: Cluster (pod) network CIDR service_cidr: Service network CIDR machine_cidr: Machine network CIDR api_vip: API VIP ingress_vip: Ingress VIP

Returns: Network diagram

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_vipYes
ingress_vipYes
cluster_cidrYes
machine_cidrYes
service_cidrYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden. It lists input parameters and a return value but does not disclose whether the operation has side effects, requires permissions, or how the diagram is rendered. This leaves significant ambiguity about the tool's behavior.

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?

The description is concise and well-structured with a one-line purpose, an argument list, and a return statement. No unnecessary words or redundancy.

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

Completeness3/5

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

With five required parameters and no output schema or annotations, the description covers the parameters and return value but lacks details on the output format, error handling, and any dependencies. The mention of 'Returns: Network diagram' is vague, providing no information about the diagram's representation.

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

Parameters4/5

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

The description provides brief definitions for each parameter (e.g., 'cluster_cidr: Cluster (pod) network CIDR'), which adds meaning beyond the bare schema. However, it does not specify formats, allowed values, or examples, so while helpful, it is not exhaustive.

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 'Generate a network diagram for the cluster', using a specific verb and resource. It distinguishes itself from sibling tools like validate_network_cidr or check_network_overlap by focusing on diagram generation.

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?

There is no explicit guidance on when to use this tool versus alternatives. The purpose implies it is for generating a visual representation of network configuration, but no prerequisites or conditions are stated.

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/redhat-community-ai-tools/openshift-ipi-mcp'

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