Skip to main content
Glama

finance_ma_integration_forensic

Destructive

Run forensic analysis on financial M&A integration data to detect anomalies, risks, or compliance issues. Accepts a structured message or inputs for targeted investigation.

Instructions

Run the finance domain agent action finance_ma_integration_forensic.

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

D1.3/5.0
Behavior1/5

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

The annotation indicates destructiveHint: true, but the description does not disclose any side effects, potential data loss, or consequences of invocation. It is a generic dispatch statement with no behavioral detail, so the destructive nature is not communicated to the user.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short but achieves this by omitting essential information. It is not verbose, but the extreme brevity hurts clarity and utility. A slightly longer description with concrete details would be far more effective.

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

Completeness1/5

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

The tool has an output schema (per context signals), but the description says nothing about what the action returns, any expected outcomes, or how to interpret results. There is also no mention of authentication, scoping, or error handling. The description is insufficient for an agent to use this tool correctly.

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

Parameters1/5

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

Both parameters ('message' and 'inputs') have zero description in the schema or the tool description. There is no explanation of what each parameter does, expected format, or how they influence the action. This leaves the agent completely in the dark about how to construct a valid call.

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 says 'Run the finance domain agent action finance_ma_integration_forensic' but does not explain what that action actually does. The name suggests M&A integration forensics, but the description is a generic template with no specific functionality or outcome, failing to distinguish it from many similar sibling tools.

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

Usage Guidelines1/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 any other. It does not mention prerequisites, intended scenarios, or how it differs from the many sibling tools. The description provides no usage context whatsoever.

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