Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

trigger_workflow

Trigger compliance workflows by configuration ID to execute remediation actions, run audits, or collect evidence. Provide event triggers and required inputs to automate Governance, Risk, and Compliance processes.

Instructions

Trigger a workflow by the given workflow config id.

Args: - workflowConfigId: The workflow config id - event: Start event name. - inputs: Additional input payload for the event. IMPORTANT: Input values must be obtained from the user only - do not pass random/placeholder values. Each field requires meaningful user-provided values. - confirm: If False, shows a preview of required inputs and does not execute. If True, executes.

Returns: - JSON string containing execution acknowledgement or error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflowConfigIdYes
eventYes
inputsNo
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Discloses critical two-phase execution behavior (confirm flag) and safety constraints (user-provided inputs only), compensating well for missing annotations.

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?

Uses clear Args/Returns structure with front-loaded purpose; the IMPORTANT warning about inputs is verbose but safety-critical and justified.

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?

Adequately covers the tool's complexity (workflow triggering with validation) including the preview/execution dichotomy and input sourcing constraints.

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?

Compensates effectively for 0% schema description coverage by documenting all 4 parameters, though workflowConfigId definition is tautological.

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?

Clearly states it triggers a workflow by config ID, distinguishing it from sibling management tools like create_workflow or fetch_workflow_details, though 'trigger' is slightly generic compared to 'execute'.

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

Usage Guidelines3/5

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

Provides guidance on the confirm parameter (preview vs execute) and input sourcing requirements, but lacks explicit when-not-to-use guidance versus similar execution tools like execute_task.

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