Skip to main content
Glama

company_incentives

Manage incentive and grant claims by inspecting or advancing them through the scoped chain lifecycle using verified receipts.

Instructions

Inspect or advance incentive and grant claims through the scoped chain lifecycle and verified receipts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNo
engineNo
operationNolist
entity_refNo
project_idYes
bundle_jsonYes
payload_jsonNo{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.2

TDQS

C2.1/5.0
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It reveals the tool has both read ('inspect') and write ('advance') capabilities, but provides no details on side effects, permissions required, reversibility, or the meaning of 'scoped chain lifecycle' and 'verified receipts'. The write path is particularly opaque, leaving the agent without critical safety information.

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 a single short sentence with no fluff, which is commendable. However, the second half ('through the scoped chain lifecycle and verified receipts') is dense and unhelpful, failing to earn its place. It is concise in length but sacrifices clarity, so it is merely adequate.

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 seven parameters, two required, no enums, and no annotations, and the description fails to explain how to invoke its two apparent modes (inspect vs. advance). Even with an output schema present, the agent cannot determine which parameters are relevant for a given operation or what payload_json and bundle_json should contain. The description is far from complete for a tool of this complexity.

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?

Schema description coverage is 0% and the description adds no meaningful explanation for any of the seven parameters. It does not clarify the roles of project_id, bundle_json, operation, payload_json, or the others. The phrase 'scoped chain lifecycle and verified receipts' is too abstract to map to specific parameters, leaving the agent blind on how to populate required fields.

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

Purpose3/5

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

The description states a general action ('inspect or advance') on a specific resource ('incentive and grant claims'), so it is not a tautology. However, the phrasing is vague—'advanced' is undefined, and 'scoped chain lifecycle and verified receipts' is jargon that obfuscates the actual function. It does not differentiate from siblings like company_claims or company_expense_claims, so it barely earns a pass.

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 explicit guidance on when to invoke this tool versus alternatives. The description only implies that it is used for inspecting or advancing incentive and grant claims, but it offers no context about prerequisites, exclusions, or the distinction from similar claims tools. No when-not-to-use or alternative tool is mentioned.

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