Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List system misconfigurations

threats_system_misconfigurations_list
Read-only

List network-wide OS misconfigurations (e.g., firewall off, BitLocker disabled) with severity, fix availability, affected counts. Filter by category, severity, or platform to prioritize fixes.

Instructions

Retrieves OS/system-level misconfigurations (e.g. firewall disabled, BitLocker off) detected across the network, with severity, category, fix availability, reversibility, and affected-system counts. 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. "Windows Firewall", "BitLocker Encryption".
severityNoFilter by severity. Known values: Critical, Important, Moderate, Low, Info (free string in the spec).
solutionNoFilter by the documented solution text.
pageLimitNoMax records per page (server cap for this endpoint is 1000).
osPlatformNoFilter by platform, e.g. Windows, Mac, Linux.
descriptionNoFilter to misconfigurations whose description contains this text.
misconfigIdNoFilter by misconfiguration ID — numeric ID or comma-separated list.
misconfigNameNoFilter to misconfigurations whose name contains this text.
undoSupportedNoFilter by whether the fix is reversible (true) or not (false).
rebootRequiredNoFilter by reboot option. Known values: "required", "not required", "autoreboot", "may require".
fixAvailabilityNoFilter by fix availability. Known values: "available", "not available".
potentialImpactNoFilter by whether fixing the misconfiguration carries a potential impact flag.
postDeploymentIssuesNoFilter by known post-deployment impact of fixing, e.g. "No Impact".
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context: it returns network-wide detections, includes specific attributes (severity, category, fix availability, reversibility, affected-system counts), and supports filtering/pagination. No contradiction with annotations.

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 well-structured sentences. The first front-loads the core action, scope, examples, and returned fields; the second notes filtering and pagination. Every word adds value with no redundancy.

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

Completeness5/5

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

Despite no output schema, the description enumerates the main returned fields and mentions filtering/pagination. All parameters are optional and fully documented in the schema, and the tool is a straightforward read-only list operation, so the description is sufficiently complete for an agent to use it correctly.

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?

The input schema has 100% description coverage, with each of the 15 parameters clearly documented (e.g., severity, misconfigId, rebootRequired). The description only mentions filtering/pagination generically, adding no detail beyond the schema, so the baseline of 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 OS/system-level misconfigurations' detected across the network, with concrete examples (firewall disabled, BitLocker off). It distinguishes from sibling tools like threats_server_misconfigurations_list by explicitly focusing on OS/system-level items.

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 for when to use this tool: when you need system/OS-level misconfigurations with severity, category, fix availability, and counts. It does not explicitly name alternatives or exclusions, but the scope is unambiguous enough for an agent.

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