Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

check_rule_status

Check rule creation progress and identify missing components with auto-inferred status analysis. Calculates completion percentage from actual rule structure and provides next actions for resuming builds across chat sessions.

Instructions

Quick status check showing what's been collected and what's missing. Perfect for resuming in new chat windows.

ENHANCED WITH AUTO-INFERENCE STATUS ANALYSIS:

  • Ignores stored status/phase fields and analyzes actual rule structure

  • Auto-detects completion status based on rule content (same logic as create_rule)

  • Calculates real-time progress percentage from actual components

  • Determines next actions based on what's actually missing

  • Provides accurate resumption guidance regardless of stored metadata

  • Perfect for cross-chat resumption with reliable state detection

AUTO-INFERENCE LOGIC:

  • Analyzes spec.tasks, spec.inputs, spec.inputsMeta__, spec.ioMap, spec.outputsMeta__

  • Calculates completion based on actual content, not stored fields

  • Determines status: DRAFT → READY_FOR_CREATION → ACTIVE

  • Provides accurate progress: 5% → 25% → 85% → 100%

  • Identifies exactly what components are missing

Args: rule_name: Name of the rule to check status for

Returns: Dict with auto-inferred status information and accurate next action recommendations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Excellent disclosure of complex internal logic: explicitly states it ignores stored status fields, lists exact spec fields analyzed, reveals state machine transitions (DRAFT→ACTIVE), and explains the progress calculation methodology.

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

Conciseness3/5

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

Front-loaded with the core purpose, but suffers from marketing-style verbosity ('ENHANCED WITH', 'Perfect for') and repetitive section headers that could be condensed without losing meaning.

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?

Thoroughly explains the auto-inference complexity and output structure given the simple input schema; appropriately delegates detailed return value documentation to the output schema.

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?

Compensates effectively for 0% schema description coverage by providing clear semantic meaning for rule_name parameter ('Name of the rule to check status for'), though lacks format constraints or examples.

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

Purpose4/5

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

Clearly states it performs auto-inference analysis of rule completion status vs stored metadata, and distinguishes itself from simple fetch operations by emphasizing the 'auto-detect' logic and resumption use case.

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

Usage Guidelines3/5

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

Provides specific use case ('resuming in new chat windows') but lacks explicit comparison to siblings like fetch_rule or check_rule_publish_status regarding when to prefer stored vs inferred status.

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/ComplianceCow/cow-mcp'

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