Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

fetch_assessments

Retrieve a list of available assessments with ID, name, and category to confirm assessment details before attaching a rule to a control.

Instructions

Fetch the list of available assessments in ComplianceCow.

TOOL PURPOSE:

  • Retrieves a list of available assessments if no specific match is provided.

  • Returns only basic assessment info (id, name, category) without the full control hierarchy.

  • Used to confirm the assessment name while attaching a rule to a specific control.

Args: categoryId (Optional[str]): Assessment category ID.
categoryName (Optional[str]): Assessment category name.
assessmentName (Optional[str]): Assessment name.

Returns: - assessments (List[Assessments]): A list of assessment objects, each containing:
- id (str): Unique identifier of the assessment.
- name (str): Name of the assessment.
- category_name (str): Name of the category.
- error (Optional[str]): An error message if any issues occurred during retrieval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryIdNo
categoryNameNo
assessmentNameNo
Behavior4/5

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

No annotations exist, so the description must carry the burden. It explicitly states the tool returns only basic info and includes an error field. It does not mention authentication or rate limits, but for a fetch operation, the transparency is adequate.

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 well-structured with a brief purpose, detailed tool purpose, Args section, and Returns section. It is front-loaded and efficient, with no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple fetch-list tool, the description fully covers behavior, parameters, and return structure. Even without an output schema, the described return fields (id, name, category_name, error) provide complete context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, but the description includes an Args section that explains each parameter (categoryId, categoryName, assessmentName) and their filtering purpose, fully compensating for the schema gap.

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 clearly states the tool fetches a list of assessments, returning basic info (id, name, category) without full control hierarchy. It distinguishes from sibling tools like list_all_assessments by specifying the limited scope.

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?

The description provides a specific use case: confirming assessment name while attaching a rule to a control. It implies usage for basic retrieval but does not explicitly mention when not to use or alternative tools.

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