Skip to main content
Glama
OksigeniaSL

@oksigenia/checker-mcp

Explain a check and how to fix it

explain_check

Get a detailed explanation of a security check: what it verifies, why it matters, and how to fix failures.

Instructions

Given a check id (see list_checks), explain what it verifies, why it matters, and how to remediate a failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoReport language: 'es' or 'en'. Defaults to $OKSIGENIA_LANG or 'en'.
check_idYesThe check id, e.g. 'ssl', 'dmarc', 'hsts_preload'.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the output behavior (explaining verification, importance, remediation) but does not disclose potential side effects, rate limits, or output structure. The read-only nature is implied but not explicit.

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 a single sentence that is concise and front-loaded with the tool's purpose. Every word is informative, and there is no redundancy or wasted content.

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?

The description explains what the output contains, compensating for lack of an output schema. However, it could mention the language parameter's role or output format. Given the complexity (two params, no output schema), it is mostly 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?

The input schema covers both parameters (check_id, lang) with descriptions. The tool description does not add extra semantics beyond the schema, such as explaining the impact of the lang parameter or how check_id is used. With 100% schema coverage, baseline is 3.

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's action ('explain what it verifies, why it matters, and how to remediate a failure') and resource ('a check id'). It distinguishes from sibling tools: 'check_domain' runs checks, 'list_checks' lists them, while this explains.

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 implies usage context ('Given a check id (see list_checks)') by referencing the sibling tool for obtaining valid IDs. It does not explicitly state when not to use or provide alternatives, but the guidance is clear enough for an agent to understand prerequisites.

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/OksigeniaSL/checker-mcp'

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