Skip to main content
Glama

finance_list_cross_domain_scenarios

Destructive

List finance cross-domain scenarios by submitting a free-text objective. Get structured option sets that link finance problems to relevant business domains for better planning.

Instructions

Run the finance domain agent action list_cross_domain_scenarios.

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.6/5.0
Behavior1/5

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

The description only says it routes through a dispatcher and gives no indication of side effects, data access, or destructive potential. This is especially problematic because annotations mark destructiveHint as true, yet the description never addresses what could be destroyed or changed.

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?

The description is short and has a clear Args section, but the opening sentence is largely redundant with the tool name and the dispatcher sentence is boilerplate. It could be more informative without becoming verbose.

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?

It fails to explain what cross-domain scenarios are, what a successful listing returns, or why an agent would invoke this action. The output schema is declared as present but not described, leaving the agent without enough context to use the tool confidently.

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

Parameters2/5

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

The description labels 'message' as a free-text objective and 'inputs' as an optional JSON string, but provides no concrete keys, formats, examples, or constraints. Since the schema has zero description coverage, this generic gloss does not meaningfully clarify how to use the parameters.

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 only restates the tool name as 'Run the finance domain agent action `list_cross_domain_scenarios`' without explaining what the action actually does or what 'cross-domain scenarios' are. It gives no effect, result, or domain-specific semantics beyond the name.

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 the many sibling finance, domain-agent, or listing tools. It does not mention alternatives, conditions, or context that would help an agent choose this dispatcher.

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