Skip to main content
Glama
ComplianceCow

ComplianceCow MCP Server

confirm_parameter_input

Confirm and store validated compliance parameters after user validation. Automatically updates rule definitions with confirmed values and metadata to maintain accurate configurations.

Instructions

Confirm and store parameter input after user validation.

CONFIRMATION PROCESSING (Enhanced with Automatic Rule Updates):

  • Handles final confirmation of parameter values

  • Stores confirmed values in memory

  • Supports both default value confirmation and final value confirmation

  • MANDATORY step before proceeding to next input

  • NEW: Automatically updates rule with parameter if rule_name provided

CONFIRMATION TYPES (Preserved):

  • "default": User confirmed they want to use default value

  • "final": User confirmed their entered value is correct

  • Both types require explicit user confirmation

STORAGE RULES (Enhanced):

  • Store all confirmed values in memory (never upload files)

  • Only store after explicit user confirmation

  • Include metadata about confirmation type and timestamp

  • NEW: Automatic rule update with parameter data

AUTOMATIC RULE UPDATE PROCESS: If rule_name is provided, this tool automatically:

  1. Fetches the current rule structure

  2. Adds the parameter to spec.inputs

  3. Updates spec.inputsMeta__ with parameter metadata

  4. Calls create_rule() to save the updated rule

  5. Rule status will be auto-detected based on completion

Args: task_name: Name of the task this input belongs to input_name: Name of the input parameter rule_input_name: Must be one of the values defined in the rule structure's inputs confirmed_value: The value user confirmed explanation: Add explanation only if dataType is JQ_EXPRESSION or SQL_EXPRESSION. This field provides details about the confirmed_value. confirmation_type: Type of confirmation ("default" or "final") rule_name: Optional rule name for automatic rule updates

Returns: Dict containing stored value confirmation and rule update status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_nameYes
input_nameYes
rule_input_nameYes
confirmed_valueYes
explainationYes
confirmation_typeNofinal
rule_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure burden effectively. It documents side effects including memory storage (never file upload), automatic rule structure updates (fetching, modifying spec.inputs, calling create_rule), and status auto-detection. Could improve by mentioning error handling or idempotency guarantees.

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?

While front-loaded with the main purpose, the description is verbose with all-caps headers and extensive process documentation (AUTOMATIC RULE UPDATE PROCESS with 5 enumerated steps). The information is valuable but could be condensed; some repetition exists between CONFIRMATION PROCESSING and STORAGE RULES 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?

Given the complexity (7 parameters, conditional rule updates, storage logic) and presence of output schema, the description adequately covers the tool's functionality. It documents return value structure ('Dict containing stored value confirmation and rule update status') despite output schema being present, which helps agent interpret results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Excellent compensation for 0% schema description coverage. The Args section provides semantics for all 7 parameters, including critical constraints like 'rule_input_name: Must be one of the values defined in the rule structure's inputs' and conditional logic for 'explanation' (only if dataType is JQ_EXPRESSION or SQL_EXPRESSION). Clarifies optional vs required through default values (confirmation_type, rule_name).

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 opens with a specific verb+resource ('Confirm and store parameter input') and explicitly distinguishes this tool from siblings like 'collect_parameter_input' by stating it handles 'final confirmation' and is a 'MANDATORY step before proceeding to next input.' The scope is clearly limited to post-validation storage.

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?

Provides clear context on when to use via the mandatory step statement and distinguishes between confirmation types ('default' vs 'final'). Explains conditional behavior for rule_name parameter. Lacks explicit 'when not to use' guidance comparing it directly to 'collect_parameter_input', but the confirmation flow is well-defined.

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