Skip to main content
Glama

finance_close_governance_loop

Destructive

Executes the finance domain agent action to close governance loops, ensuring financial processes and compliance items are completed and resolved.

Instructions

Run the finance domain agent action finance_close_governance_loop.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

Annotations mark this as destructive (destructiveHint=true, idempotentHint=false, readOnlyHint=false), which the description neither contradicts nor elaborates on. The description does not disclose what state changes, closures, or side effects occur, nor does it warn about the destructive nature of the action.

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 compact and front-loaded; the routing note and args list are direct. It avoids fluff and is easy to scan, though the brevity comes at the cost of substantive guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an action with no required parameters, a destructive annotation, and a large sibling ecosystem, the description is too thin. An agent cannot determine what 'close governance loop' means, what effects to expect, or what message/inputs values are appropriate. The output schema exists but the core semantics are missing.

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?

Schema description coverage is 0%, so the description must carry parameter meaning. It does add minimal semantics: message is 'Free-text objective' and inputs is 'Optional JSON string of structured inputs.' However, it does not explain what structured inputs are expected, what the message should contain, or how the two interact.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description essentially restates the tool name: 'Run the finance domain agent action `finance_close_governance_loop`.' It gives no indication of what 'close governance loop' actually accomplishes or what domain outcome it drives. While it notes routing through a domain-agent dispatcher, this is an implementation detail rather than a purpose.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as dispatch_domain_agent, finance_chat, or other finance_* loop tools. The description only states routing context (JWT, tenant, company scope), not conditions that should trigger selection or exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools