Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

fetch_workflow_resource_data

Retrieve dynamic resource data for workflow inputs by specifying a resource type such as USER_BLOCK.

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
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions returns 'list or error message' but does not state whether the operation is read-only, if it has side effects, or any authentication or rate limit requirements.

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 (summary, context, args, returns) and concise, though slightly verbose in the 'Resources provide...' sentence. Every sentence adds value.

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 tool with one parameter and an output schema, the description provides sufficient context about the resource's purpose and return type. It is complete enough for an agent to use correctly.

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?

The schema has 0% description coverage, but the description fully explains the 'resource' parameter, including its meaning and an explicit option (USER_BLOCK). This adds significant value over the bare schema.

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?

The description clearly states it fetches workflow resource data for a specific resource type, with a clear verb and resource. However, it does not explicitly differentiate from sibling tools like fetch_resources or fetch_resource_types, though the context implies a distinction.

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 explains that resources provide dynamic data for workflow node inputs, which implies when to use. However, it lacks explicit guidance on when not to use or alternatives, and no exclusions are mentioned.

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