Skip to main content
Glama

finance_corporate_issuers_review

Destructive

Run a finance domain agent to review corporate issuers. Submit your objective and optional structured inputs to receive a tailored analysis with risk insights.

Instructions

Run the finance domain agent action finance_corporate_issuers_review.

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.1/5.0
Behavior2/5

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

Annotations indicate destructiveHint=true, but the description adds no warning or explanation about side effects, mutations, permissions, or irreversible behavior. It only mentions the dispatcher route and scope, which is execution context rather than behavioral transparency.

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 structure, but the opening sentence is redundant with the tool name. It is concise yet under-specified, so the compactness does not add much value.

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?

Given the action name, destructive annotation, and a huge sibling list, the description is not complete enough for reliable selection or invocation. It omits the action's purpose, expected outcomes, side effects, and any differentiation from related finance tools, even though an output schema exists.

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?

With 0% schema description coverage, the description had to compensate, but 'Free-text objective for the action' and 'Optional JSON string of structured inputs' add little beyond the schema's type/default information. There are no examples, constraints, or details on what the message should contain or how inputs should be structured.

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 mostly restates the tool name: 'Run the finance domain agent action finance_corporate_issuers_review' provides no functional definition of what reviewing corporate issuers entails. The dispatcher/routing sentence explains mechanism, not purpose, leaving the agent to infer the action's meaning from its name alone.

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 the many finance_* siblings, no exclusions, and no alternative suggestions. The only contextual detail is that it routes under JWT/tenant/company scope, which does not help an agent decide when this action is appropriate.

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