Skip to main content
Glama

cognitive_evaluate_cooperation

Multi-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
strategyNotit_for_tat
game_typeYes
endowmentsNo
multiplierNo
my_historyNo
contributionsNo
partner_historyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does reveal core behaviors—analyzing payoff matrices, computing Nash/Pareto equilibria, executing reciprocity policies—but it is silent on side effects, required permissions, or whether 'execute' mutates state. This is partial disclosure rather than full transparency.

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 a single compact sentence, front-loaded with the domain label and a readable action list, with no filler. It earns a 4 because the brevity is efficient, though it contributes to the parameter and usage gaps.

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 with seven parameters, no annotations, and no schema-level descriptions, this is incomplete: an agent cannot know valid game_type formats, how histories and contributions are encoded, or what side effects 'execute reciprocity policies' implies. The existence of an output schema reduces the return-value burden, but the input side remains under-specified.

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 names none of the seven parameters (game_type, strategy, endowments, multiplier, my_history, contributions, partner_history). It adds no semantic meaning beyond the schema's bare type/default information and fails to compensate for the low coverage.

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 names a specific domain ('multi-agent cooperation'), a resource ('game payoff matrices'), and concrete actions ('analyze', 'compute Nash/Pareto equilibria', 'execute reciprocity policies'). It is clear and not a tautology, but it does not distinguish itself from closely related siblings such as compose_strategies or theory_of_mind.

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 sentence states when to choose this tool over alternatives; there are no exclusions, prerequisites, or 'use X instead' pointers. The only implied trigger is the domain label 'multi-agent cooperation', which is too weak to route an agent reliably among the many cognitive siblings.

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.

Resources