Skip to main content
Glama

Settle group

settle_group
Destructive

Record a payment between two group members that squares up part of the group's balance (e.g. Rahul paid you ₹2,000 for the trip). Use list_groups → settle_up for the suggested payments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesMember who received
dateNo
fromYesMember who paid
noteNo
groupYes
amountYes
currencyNoDefault: the group's home currency
account_idNoYour account the money left or landed in (when you are one of the two)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already signal destructiveHint=true and readOnlyHint=false. The description adds useful context that the action alters the group balance ('squares up part of the group's balance'), but it does not disclose consequences such as reversibility or how repeated settlements are handled. No contradiction with annotations.

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

Conciseness5/5

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

The description is two concise sentences with no filler. It front-loads the core action and effect, then adds a useful workflow hint, making every sentence earn its place.

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

Completeness4/5

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

Given the annotations, output schema, and the presence of good parameter descriptions for from, to, currency, and account_id, the description covers the essential behavioral and workflow context. It could be more complete by differentiating from 'record_settlement' and clarifying optional parameters, but it is largely sufficient for correct invocation.

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?

Schema description coverage is only 50%, so the description should compensate for undocumented parameters like group, date, note, and amount. The example ('Rahul paid you ₹2,000 for the trip') implies from/to/amount/group semantics, but it does not explicitly explain these parameters or the optional fields, leaving a meaningful gap.

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

Purpose4/5

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

The description states a specific action ('Record a payment'), the resource ('between two group members'), and the effect ('squares up part of the group's balance'), with a concrete example. It does not, however, distinguish itself from the similar sibling tool 'record_settlement', so it falls short of a 5.

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

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a workflow hint ('Use list_groups → settle_up for the suggested payments'), which implies a proper context for using the tool. It does not explicitly state when not to use this tool, nor does it mention the overlapping sibling 'record_settlement' as an alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.