Skip to main content
Glama

Explain a grading rule

explain_rule

Get the full rationale for any grading rule: what it detects, why it hurts agent behavior, and how to fix it. Use it to understand or dispute a finding from grade_mcp_server.

Instructions

Returns the full rationale for one grading rule: what it detects, why it degrades agent behaviour, and how to fix it. Use this after grade_mcp_server reports a finding you want to understand or dispute, rather than guessing what a rule ID means.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_idYesThe rule identifier exactly as it appears in a finding, e.g. "D004", "N002", "S008". Case-insensitive.
Behavior4/5

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

With no annotations, the description carries the burden for behavioral disclosure. It clearly states the tool 'returns' information, implying a read-only, non-mutating operation. It also details the content of the rationale, which provides realistic expectations. However, it does not explicitly mention error handling, side effects, or authentication requirements, which would be beneficial for full transparency.

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 purpose, and every clause adds value. The first sentence explains what it returns, and the second gives usage context. There is no redundancy or irrelevant detail.

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 tool is simple (one parameter, no output schema, no annotations). The description compensates for the missing output schema by listing the content of the rationale, which suggests the return structure. It also explains the tool's role in the broader workflow. While it could be more explicit about the exact return format, the description is complete enough for an experienced user to understand and invoke the tool 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?

Schema description coverage is 100%, so the existing parameter documentation is complete. The tool description does not add additional meaning about the parameter beyond what the schema already provides (e.g., format, case-insensitivity, examples). It refers to 'rule ID' generically but does not elaborate further, so the baseline score 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 uses a specific verb ('Returns') and identifies a concrete resource ('the full rationale for one grading rule') with explicit content categories ('what it detects, why it degrades agent behaviour, and how to fix it'). It clearly distinguishes itself from siblings by focusing on explaining a single rule rather than listing or grading.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool ('after grade_mcp_server reports a finding you want to understand or dispute') and what not to do ('rather than guessing what a rule ID means'). This provides clear situational guidance and references the sibling tool as the trigger context.

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/TengByte/mcpgrade'

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