Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List web server misconfigurations

threats_server_misconfigurations_list
Read-only

Retrieve web-server hardening misconfigurations (Tomcat, IIS, Apache) with severity, category, affected systems, and resolution guidance. Filter and paginate to focus on specific risks.

Instructions

Retrieves web-server hardening misconfigurations (e.g. Tomcat/IIS/Apache issues) detected across the network, with severity, category, affected-system counts, and resolution guidance. Supports filtering and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn the full, unprojected record for each entry instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
categoryNoFilter by category, e.g. "Session hijacking", "Default Contents".
severityNoFilter by severity. Known values: Critical, Important, Moderate, Low, Info (free string in the spec).
pageLimitNoMax records per page (server cap for this endpoint is 1000).
resolutionNoFilter to misconfigurations whose resolution text contains this text.
descriptionNoFilter to misconfigurations whose description contains this text.
hardeningIdNoFilter by hardening ID — numeric ID or comma-separated list.
updatedTimeNoFilter by the misconfiguration's last-updated time, as epoch milliseconds (e.g. "1704363395117").
hardeningNameNoFilter to misconfigurations whose hardening name contains this text.
publishedTimeNoFilter by the misconfiguration's published time, as epoch milliseconds (e.g. "1704363395117").
osPlatformNameNoFilter by platform, e.g. Windows, Mac, Linux.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by specifying the returned fields (severity, category, affected-system counts, resolution guidance) and mentions filtering/pagination. It does not contradict annotations and offers enough behavioral context for a read-only list endpoint.

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, front-loaded with the primary purpose, followed by a brief mention of output fields and capabilities. Every word earns its place with no redundancy.

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?

With 12 parameters and no output schema, the description adequately covers the tool's purpose, output contents, and core capabilities. It doesn't detail response structure, but for a list endpoint that is acceptable. Sibling differentiation is clear from the name and description.

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 parameter descriptions fully document each field. The description's mention of 'filtering and pagination' is a high-level summary that adds no specific meaning beyond the schema. Baseline 3 is appropriate.

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 retrieves web-server hardening misconfigurations, with explicit examples (Tomcat/IIS/Apache) and the scope ('detected across the network'). It distinguishes itself from sibling tools like threats_system_misconfigurations_list by focusing specifically on web-server issues.

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 provides clear context: use this to retrieve web-server hardening misconfigurations. It implies when to use but does not explicitly mention alternatives or when not to use, though the tool name and sibling list make the distinction evident.

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/hdyrawan/mcp-endpoint-central'

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