Skip to main content
Glama
turlockmike

DevOps Dashboard MCP Server

by turlockmike

nginx_config

Validate and inspect nginx configuration: run syntax checks, view main or site configs, list enabled and available sites, and dump the fully resolved configuration.

Instructions

Read, validate, and inspect nginx configuration. Actions: 'show' reads the main config or a specific site, 'test' runs nginx -t validation, 'list_sites' shows enabled/available sites, 'full_config' dumps the fully resolved configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoFor 'show' action: a specific site config file name to read from sites-enabled or sites-available (e.g. 'default').
actionYesAction to perform: - 'show': Show the main nginx.conf file - 'test': Run nginx -t to validate configuration - 'list_sites': List enabled and available sites - 'full_config': Show the fully resolved configuration (nginx -T)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description itself conveys that all actions are non-mutating inspections and identifies the underlying commands (nginx -t, nginx -T) and what each action returns. It does not mention permissions or potential command output size, but it makes operational behavior reasonably clear.

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?

A single front-loaded sentence states the tool's purpose and then maps each action to a specific behavior. There is no filler or unnecessary repetition beyond what makes the description standalone and useful.

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 tool with four actions and one optional parameter, the description covers each action's behavior and implies what output the agent can expect. It could add permission requirements or error/exit-code behavior, but the core invocation requirements are 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?

Schema coverage is 100%, so the schema already documents the action enums and the site parameter in full. The description restates action behavior but adds essentially no parameter detail beyond the schema, keeping it at the baseline.

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 uses specific action verbs (read, validate, inspect) tied to the nginx configuration resource and enumerates the four concrete actions. This clearly distinguishes it from sibling system/service inspection 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 description establishes clear context: this tool is for reading, validating, and inspecting nginx configuration, so an agent can recognize when it applies. It does not explicitly name alternatives or when-not-to-use conditions, but the sibling tools are generic system utilities with minimal overlap.

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

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/turlockmike/devops-dashboard-mcp'

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