Skip to main content
Glama
optimaquantum

Claude Critical Rules MCP Server

verify_compliance

Verify that all mandatory critical rules checks are complete before starting a technical task to prevent common mistakes.

Instructions

Verify if all mandatory checks from the critical rules have been completed before starting a technical task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_descriptionYesBrief description of the task you are about to start
Behavior2/5

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

No annotations provided, so description carries full burden. It only states the purpose but discloses no behavioral traits (e.g., read-only, side effects, permissions, or return format). Critical details are missing for a complete understanding.

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?

Single sentence with 17 words, achieves clarity without redundancy. Information is front-loaded with the verb and core purpose.

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 one parameter, no output schema, and no annotations, the description is somewhat complete for a simple verification. However, it lacks details on return value or error conditions, leaving some ambiguity.

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% for the single parameter 'task_description', which is already well-described in the schema. The tool description adds no additional meaning beyond the schema, so baseline score of 3 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 clearly states the tool verifies mandatory checks from critical rules before starting a technical task. It uses a specific verb ('verify') and resource ('compliance of critical rules'). Sibling tools like 'check_for_updates' and 'get_rules_summary' have different purposes, making this distinct.

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?

Explicitly states when to use: 'before starting a technical task'. Provides clear usage context but does not mention when not to use or list alternatives.

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/optimaquantum/claude-critical-rules-mcp'

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