Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

get_workflow_by_name

Retrieve a workflow configuration by specifying its exact name. Access compliance workflow settings and details for auditing or remediation.

Instructions

Get a workflow configuration by its name (exact, case-sensitive match).

Args: - name (str): workflow name to search

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It indicates a read operation but does not explicitly declare it as read-only or safe. No disclosure of side effects or error behaviors is given.

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 extremely concise with two sentences: a clear main action followed by a minimal parameter list. No extraneous words, and the primary purpose is front-loaded.

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?

For a simple retrieval tool with an output schema, the description covers the essential purpose and parameter. However, it could mention the uniqueness of the name and suggest alternative tools for different scenarios. Overall, it is nearly complete.

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?

The schema description coverage is 0%, so the description must add meaning. The 'Args' section restates the parameter name and type, adding 'workflow name to search' which provides basic context but lacks depth, examples, or format constraints.

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 verb 'Get', the resource 'workflow configuration', and the method 'by its name (exact, case-sensitive match)'. It distinguishes this tool from siblings like 'fetch_workflow_details' (likely by ID) and 'list_workflows' (list all).

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?

The description implies usage when you have the exact name, but it does not explicitly state when to use this versus alternatives like 'fetch_workflow_details' or 'list_workflows'. No when-not-to-use guidance is provided.

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