Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

Per-system misconfiguration details

threats_system_report_system_misconfigurations
Read-only

Retrieves systems along with their OS misconfiguration instances, including status and global GPO state, to help identify and resolve misconfigurations.

Instructions

Retrieves systems with their per-system OS misconfiguration instances (misconfiguration ID, status, global GPO state). Each record is one system (resource_id) with a nested systemmisconfigurations array.

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.
globalGpoNoFilter by global GPO state for the misconfiguration, e.g. "applied", "not applied".
pageLimitNoMax records per page (server cap for this endpoint is 500).
resourceIdNoFilter by resource ID — a numeric ID or comma-separated list, e.g. "304" or "304,305".
misconfigIdNoFilter by misconfiguration ID — numeric ID or comma-separated list.
updatedTimeNoFilter by the record's last-updated time, as epoch milliseconds (e.g. "1704363395117").
misconfigStatusNoFilter by per-system misconfiguration status, e.g. "open".
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 covered. The description adds valuable behavioral context beyond annotations by disclosing the nested array structure and the fact that each record represents one system (resource_id). This helps set expectations for the response shape, which is especially useful given no output schema is present.

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 two sentences, front-loaded with the action and resource, and includes only necessary details about the record structure. Every sentence earns its place, with no redundant or vague wording.

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?

Given the tool has 8 parameters, no output schema, and brief annotations, the description provides a useful but incomplete picture. It explains the row-level structure and a few fields, but does not clarify whether systems without misconfigurations are included, pagination behavior, or how this relates to sibling misconfiguration reports. It is adequate for a basic understanding but leaves gaps.

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% with all 8 parameters fully described, so the baseline is 3. The description adds no parameter-specific guidance or additional semantics beyond what the schema already provides, but it does not need to since the schema is comprehensive.

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 a specific verb ('Retrieves') with a clear resource ('systems with their per-system OS misconfiguration instances') and explicitly defines the record structure ('Each record is one system with a nested systemmisconfigurations array'). This distinguishes it from sibling tools like server misconfigurations or flat lists, making the purpose unambiguous.

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?

The description implies when to use this tool—when needing per-system grouping of misconfigurations—but it does not explicitly name alternatives or state when not to use it. There is no direct comparison to siblings such as threats_system_misconfigurations_list, leaving the choice to the agent's inference.

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