Skip to main content
Glama
VanguardIA-Tech

winthor-mcp

Diagnostico

diagnostico

Checks the operational status of Oracle, identity, WinThor Anywhere, and the catalog to identify issues.

Instructions

O que está de pé: Oracle, identidade, WinThor Anywhere e o catálogo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.8/5.0
Behavior1/5

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

No annotations are provided, so the description must carry the full behavioral disclosure burden. It fails to disclose any side effects, authorization requirements, or output characteristics. The tool's behavior is completely opaque beyond the vague listing of components.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is concise in length but fails to convey essential information. It is not structured to front-load the tool's purpose or usage; it reads as a cryptic note rather than a functional specification.

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

Completeness1/5

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

Despite having an output schema, the description does not explain what the tool returns or how the output relates to the listed components. There is no elaboration on the diagnostic scope, expected results, or error conditions. For a tool with zero parameters and a potentially rich output, the description is severely incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline for parameter semantics is 4. The description does not need to explain parameters, and the empty schema leaves no room for misinterpretation. The description adds no parameter-related value, but none is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'O que está de pé: Oracle, identidade, WinThor Anywhere e o catálogo' implies a status check of specific components but never states a verb or explicit action. It reads more like a fragment of an expected output than a statement of what the tool does, and it does not differentiate from sibling tools such as listar_rotinas or whoami.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives. It does not mention any context, prerequisites, or exclusions. The description is purely declarative and provides no situational cues.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.