Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

Per-system web server misconfiguration details

threats_system_report_server_misconfigurations
Read-only

Retrieve systems with web-server misconfiguration instances, including hardening ID, status, and affected file path per system.

Instructions

Retrieves systems with their per-system web-server misconfiguration instances (hardening ID, status, affected file path). Each record is one system (resource_id) with a nested servermisconfigurations 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.
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".
hardeningIdNoFilter by hardening ID — numeric ID or comma-separated list.
updatedTimeNoFilter by the record's last-updated time, as epoch milliseconds (e.g. "1704363395117").
hardeningStatusNoFilter by per-system hardening status, e.g. "open".
Behavior3/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 behavioral context by stating each record represents one system with a nested servermisconfigurations array and listing the included fields (hardening ID, status, affected file path), which helps the agent predict response shape. No additional behavioral details such as pagination defaults or filtering edge cases are disclosed.

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 sentences deliver the full purpose and record structure without extraneous detail. The title is also concise and aligns with the description.

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 read-only report tool with no output schema, the description provides a clear model of the response: each record is a system with a nested array of misconfigurations. Pagination and filtering are left to the schema, which fully documents them, and the annotations cover safety. This is sufficient for the tool's complexity.

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?

Input schema describes all 7 parameters with 100% coverage, including defaults and filtering semantics. The description does not add anything beyond the schema regarding parameter usage, so the baseline score applies.

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?

Description uses specific verb 'Retrieves' and names the resource: systems with per-system web-server misconfiguration instances, including field details. It explicitly mentions the nested servermisconfigurations array, which distinguishes it from sibling report tools like threats_system_report_system_misconfigurations. This is clear and well-scoped.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to choose this tool over sibling report tools, such as threats_system_report_system_misconfigurations or threats_server_misconfigurations_list. The description only states what the tool retrieves and leaves the usage decision to 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