Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

get_top_over_due_controls_detail

Retrieve top overdue compliance controls for specific quarterly periods with assignment details and due dates to identify accountability gaps and prioritize remediation efforts.

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
Behavior2/5

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

With no annotations provided, description fails to explain critical behavioral logic: what criteria determines 'top' overdue controls (days overdue, priority, count?) and omits sorting/ranking behavior.

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?

Uses structured Args/Returns format but contains unnecessary repetition, typo ('donates' for 'denotes'), and redundant parenthetical '(over-due)' that adds no value.

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?

Includes detailed return schema which satisfies output documentation, but lacks explanation of the ranking logic essential for a 'top N' query tool with simple 2-parameter input.

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?

Compensates partially for 0% schema coverage: 'period' explanation adds value (quarter format, dashboard context), but 'count' description is tautological ('accepts count as count').

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

Purpose3/5

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

States it fetches overdue controls but has redundant phrasing 'over due (over-due)' and fails to distinguish from sibling 'get_top_non_compliant_controls_detail' or explain what 'top' means.

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 vs alternatives like fetch_controls or get_top_non_compliant_controls_detail; only lists parameter inputs.

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