Skip to main content
Glama

decide

Track commitments and reputation in multi-agent deliberation. Commit to outcomes, view, fulfill or break commitments, and evaluate agent reliability through track records.

Instructions

Commitments and reputation tracking. Actions:

  • commit: Commit to a deliberation outcome (deliberation_id, agent_id, statement; optional: conditional)

  • get_commitments: Get all commitments (deliberation_id)

  • fulfill: Mark a commitment as fulfilled (commitment_id; optional: verified_by)

  • break: Mark a commitment as broken (commitment_id, reason; optional: verified_by)

  • reputation: Get an agent's commitment track record (agent_id; optional: group_id)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
deliberation_idNo
agent_idNo
statementNo
conditionalNo
commitment_idNo
reasonNo
verified_byNo
group_idNo
Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It briefly lists actions but does not explain side effects, errors, idempotency, or other behavioral traits beyond the basic action semantics.

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 relatively concise with a clear overall statement followed by a bullet list. It is front-loaded with the tool's purpose. Minor improvement could be to integrate the list more compactly, but it is still efficient.

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 tool's complexity (9 parameters, multiple sub-actions) and lack of output schema, the description is incomplete. It does not clarify required parameters per action, return values, or error conditions, leaving an agent without sufficient context to use it correctly.

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?

The description provides parameter context for each sub-action (e.g., for 'commit': deliberation_id, agent_id, statement, conditional), which partially compensates for the 0% schema description coverage. However, parameters like 'verified_by', 'group_id', and 'reason' are not explained, leaving gaps.

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 clearly states the tool is for 'Commitments and reputation tracking' and lists sub-actions, making its purpose specific and understandable. However, it does not differentiate from sibling tools like 'coordinate' or 'deliberation', which may have overlapping functionality.

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?

The description lists sub-actions but provides no guidance on when to use this tool versus alternatives, nor does it explain prerequisites or scenarios. An agent would need to infer usage from the action names alone.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/justinstimatze/gemot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server