Skip to main content
Glama

cognitive_report_transfer

Record whether a transferred strategy helped or harmed on a novel task (§24, §19).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNo
strategy_idYes
model_familyNo
transfer_typeNosame_structure
baseline_scoreNo
task_structure_idNo
with_strategy_scoreNo
baseline_performanceNo
consumer_model_familyNo
source_task_structure_idNo
target_task_structure_idNo
performance_with_strategyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.3/5.0
Behavior2/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 implies a write operation ('Record') but provides no information about side effects, required permissions, idempotency, or what happens on success/failure. This is insufficient for a mutation-like tool.

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

Conciseness2/5

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

The description is extremely short (one sentence) and front-loaded with the purpose, but it is under-specified rather than concise. For a tool with 12 parameters and no other documentation, this is inadequate. There is no structure or additional context to aid understanding.

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?

Given the complexity (12 parameters), lack of annotations, and zero schema coverage, the description is highly incomplete. It does not explain the meaning of any parameters, the expected output, or the context in which transfer outcomes are recorded. An agent cannot correctly invoke this tool based on the description alone.

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%, meaning the description adds no parameter information whatsoever. With 12 parameters (including fields like baseline_score, transfer_type, and model_family), the description should compensate but does not. An agent has no guidance on what these parameters mean or how to fill them.

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 identifies the tool's purpose: to record whether a transferred strategy helped or harmed on a novel task. It uses a specific verb 'Record' and a resource 'transferred strategy', making the core function understandable. However, it does not distinguish itself from sibling tools like cognitive.record_experience or cognitive.submit_outcome, which could also involve recording outcomes.

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 guidance on when to use this tool versus alternatives. The description does not mention any conditions, prerequisites, or scenarios that would lead an agent to select this tool over siblings. No exclusions or alternative suggestions are provided.

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