Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

fetch_workflow_resource_data

Retrieve dynamic resource data to populate workflow node inputs in ComplianceCow. Fetches available data items for specified resource types to enable compliance automation and workflow configuration.

Instructions

Fetch workflow resource data for a given resource type.

Resources provide dynamic data that can be used as inputs in workflow nodes. This function retrieves available data for a specific resource type.

Args: resource: The resource type to fetch data for. Resource options: USER_BLOCK

Returns: List of resource data items or error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resourceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Discloses return format and one valid value (USER_BLOCK), but lacks comprehensive enum list, error behaviors, or side effects given no annotations exist.

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?

Minor redundancy between opening and 'This function retrieves...' sentences; otherwise well-structured with Args/Returns sections.

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?

Adequate for low complexity (1 param, no nesting); covers workflow context and return types without duplicating existing output schema.

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?

Compensates for 0% schema coverage by providing example value USER_BLOCK, but offers only single example without full enumeration or detailed semantics.

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?

Clear verb (Fetch) and resource (workflow resource data), distinguishes from siblings by specifying use for 'dynamic data' in 'workflow nodes'.

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?

Implies usage context (inputs for workflow nodes) but lacks explicit when/when-not guidance relative to siblings like fetch_resources or read_resource.

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