Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

get_top_over_due_controls_detail

Fetch top overdue controls for a specified compliance period, returning details like due dates, scores, and assigned users to prioritize compliance remediation.

Instructions

Fetch controls with top over due (over-due) Function accepts count as 'count' Function accepts compliance period as 'period'. Period donates for which quarter of year dashboard data is needed. Format: Q1 2024.

Args: - period (str, required) - Compliance period - count (int, required) - page content size, defaults to 10

Returns: - controls (List[OverdueControlVO]): A list of overdue controls. - name (str): Name of the control. - assignedTo (List[UserVO]): List of users assigned to the control. - emailid (str): Email ID of the assigned user. - assignmentStatus (str): Assignment status of the control. - complianceStatus (str): Compliance status of the control. - dueDate (str): Due date for the control. - score (float): Score assigned to the control. - priority (str): Priority level of the control. - error (Optional[str]): An error message if any issues occurred during retrieval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoQ1 2024
countNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
controlsNo
errorNo
Behavior3/5

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

No annotations provided, so description carries full burden. The description indicates a read-only fetch operation and details the return structure, but does not disclose potential side effects, authentication needs, or limitations. Adequate for a simple fetch.

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?

The description is moderately concise but uses a mixture of prose and docstring format (Args/Returns). The opening line is duplicated. Could be streamlined while retaining key info.

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?

Given output schema is provided, the description covers purpose, parameters, and return values. It explains the period format and count default. However, it does not explain how 'top' is determined or any ordering, which might be needed.

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?

Adds meaning beyond schema: explains period format ('Q1 2024') and count as page size with default. Schema has 0% description coverage, so this compensation is valuable. However, the description mixes parameter details with return format, causing slight confusion.

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?

The description clearly states it fetches controls with top overdue, distinguishing it from siblings like 'get_top_non_compliant_controls_detail' and 'fetch_controls'. However, the term 'top' is not explicitly defined (e.g., sorted by score or duedate).

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., fetch_controls, get_dashboard_common_controls_details). It only describes parameters and return values without 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/ComplianceCow/cow-mcp'

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