Skip to main content
Glama

finance_human_capital_cloud_margin

Destructive

Compute human capital cloud margin by submitting a free-text objective and optional structured inputs to the finance domain agent for analysis.

Instructions

Run the finance domain agent action finance_human_capital_cloud_margin.

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

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

Annotations already carry destructiveHint=true and readOnlyHint=false, and the description adds useful routing/scoping context (domain-agent dispatcher under JWT, tenant, company scope). However, it does not mention that the action is destructive or that open-world behavior should be expected.

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 well structured, with routing context up front and a clear Args list. Every sentence serves a purpose, though the first sentence is close to tautological.

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 a tool marked destructive with no read-only protection, the description omits what the action does, what effects it has, and when to invoke it. The output-schema flag exists, but the schema content is not shown, so the description itself leaves an agent without enough context to safely use it.

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%, and the description compensates minimally by defining message as free-text objective and inputs as optional JSON string. This adds some meaning beyond bare string types, but no structure, examples, or valid input keys are provided.

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 an action ('Run the finance domain agent action finance_human_capital_cloud_margin') and explains the routing mechanism, but never says what the action actually computes or returns. It does not differentiate this from the many other finance_* domain actions in the sibling list.

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?

No guidance is given on when to choose this tool over alternatives or when not to use it. The JWT/tenant/company scope note describes authorization context, not usage conditions or exclusions.

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