Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

create_design_notes

Creates and saves design notes for a compliance rule after user confirmation, returning notebook access details.

Instructions

Create and save design notes after user confirmation.

DESIGN NOTES CREATION:

This tool actually creates and saves the design notes after the user has reviewed and confirmed the preview structure from generate_design_notes_preview().

WORKFLOW:

  1. Before creating new design notes, call fetch_rule_design_notes() to check if already exist and continue the flow, if not then continue this flow

  2. User has already reviewed notebook structure from preview

  3. User confirmed the structure is acceptable

  4. This tool receives the complete design notes dictionary structure

  5. MCP saves the notebook and returns access details

Args: rule_name: Name of the rule for which to create design notes design_notes_structure: Complete Jupyter notebook structure as dictionary

Returns: Dict containing design notes creation status and access details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_nameYes
design_notes_structureYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description bears full burden for behavioral disclosure. It discloses that the tool creates and saves design notes and returns access details. However, it could be more transparent about side effects (e.g., overwriting) or permissions required, but the provided info is solid.

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

Conciseness4/5

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

The description is well-structured with sections, front-loading the main purpose. While slightly verbose with repeated workflow steps, it is organized and clear, earning a high but not perfect score for conciseness.

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?

Given the tool's role in a multi-step workflow, the description effectively explains how it fits: prerequisite calls, user confirmation, and return details. It references sibling tools and provides a comprehensive overview, making it complete for its context.

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?

Schema description coverage is 0%, so the description must compensate. It does so by explaining rule_name as 'Name of the rule' and design_notes_structure as 'Complete Jupyter notebook structure as dictionary', adding meaningful context beyond the bare schema.

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 'Create and save design notes after user confirmation', specifying the verb and resource. It also distinguishes itself from sibling tools like generate_design_notes_preview and fetch_rule_design_notes by outlining the workflow context.

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

Usage Guidelines5/5

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

The description explicitly provides usage guidelines: call fetch_rule_design_notes first to check existence, then proceed after user confirmation of the preview. It also lists the workflow steps, making it clear when to use this tool versus 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/ComplianceCow/cow-mcp'

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