Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

create_workflow

Define a compliance workflow from a YAML definition, display its diagram, and require user confirmation before execution.

Instructions

Create a new workflow using YAML definition. Always display the workflow diagram. Before creation confirm workflow name and creation with the user before executing this tool. Later use 'modify_workflow' tool to update states, activities, conditions, and transitions.

yaml struct:

metadata: name: description: summary: mermaidDiagram:

This function creates a workflow from a YAML specification.

Create workflow (establishes the ID) Update summary (document what we're building) Update mermaid diagram (visualize the flow) Then modify workflow (implement the actual logic)

Args: workflow_yaml: YAML string defining the workflow structure

Returns: Success message with workflow ID or error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflow_yamlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description should disclose side effects, permissions, or safety concerns. It mentions displaying a diagram and a confirmation step but does not address reversibility, overwrite behavior, or error cases. The YAML struct hint adds some context, but behavioral traits are insufficiently covered.

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 somewhat verbose, containing redundant statements (e.g., 'Create a new workflow using YAML definition' and 'This function creates a workflow from a YAML specification'). It includes an Args/Returns section and a code block, but could be more tightly written without losing clarity.

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?

Given the existence of an output schema (not shown), the description reasonably covers the tool's purpose, usage, and parameter format. However, it lacks detail on expected behavior, error states, or prerequisites, and does not fully differentiate from the many sibling tools that exist on the server.

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?

Schema description coverage is 0%, so the description must compensate. It provides a YAML struct example and states that the parameter is a 'YAML string defining the workflow structure,' which adds meaning beyond the schema's type-only definition. However, it does not fully specify all YAML fields or constraints, leaving gaps.

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 creates a new workflow using a YAML definition, and distinguishes it from the similarly named 'modify_workflow' tool, which handles updates. The verb 'create' and resource 'workflow' are specific, and the YAML format is explicitly referenced.

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 explicit guidance: confirm with user before execution and later use 'modify_workflow' for updates. It outlines a multi-step process for workflow creation, which helps the agent decide when to use this tool, though it could also note when not to use it.

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