Skip to main content
Glama

record_project_learning_review

Record a human-reviewed learning decision for a mission receipt chain, capturing whether it helped, hurt, or needs more evidence as a shadow-training observation without altering production state.

Instructions

Human-account Level-Up Review for one exact mission receipt chain.

Set confirm_record=true only after the human has inspected the Mission Debrief and chosen whether the chain helped, hurt, is bad evidence, or needs more evidence. The strongest decision creates a shadow-training observation only. It never calls record_skill_outcome or changes live learner, routing, policy, promotion, dispatch, action, or production-write state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
reasonYes
decisionYes
review_idNo
project_idYes
confirm_recordNo
skill_trial_armYes
evidence_refs_jsonNo[]
outcome_receipt_idYes
mission_run_receipt_idYes
selected_skill_ids_jsonYes
mission_action_receipt_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

A4.5/5.0
Behavior5/5

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

The annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=false. The description adds meaningful behavioral detail beyond that: it creates only a shadow-training observation and never mutates learner, routing, policy, promotion, dispatch, action, or production-write state. This clarifies the exact write surface and guards against the agent expecting broad side effects.

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 compact and front-loaded: the first sentence defines the exact scope, and the second sentence gives the conditional usage rule. Every sentence earns its place, and there is no repeated schema or annotation content.

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

Completeness3/5

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

The core workflow and side-effect boundary are well covered, and an output schema exists to describe return values. But for a 12-parameter tool with 9 required fields and 0% schema coverage, the description leaves receipt-chain mechanics and several parameter meanings unexplained. An agent would likely need to infer too much about mission_run_receipt_id, mission_action_receipt_id, outcome_receipt_id, and evidence_refs_json.

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?

Schema description coverage is 0%, so the description carries the burden. It does add real meaning for confirm_record (gated on human inspection) and for decision (helped/hurt/bad evidence/needs more evidence). However, the other nine required parameters, including the three receipt IDs and skill_trial_arm, are not semantically explained beyond their names, so the compensation is only partial.

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

Purpose5/5

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

Description states a specific verb ('record') and resource ('Human-account Level-Up Review for one exact mission receipt chain'). It further distinguishes the tool by declaring it creates a shadow-training observation only and explicitly names record_skill_outcome as something it never calls. This scoping is precise enough for an agent to separate it from sibling review/record tools.

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

Usage Guidelines5/5

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

Explicitly says confirm_record=true should be set 'only after the human has inspected the Mission Debrief' and has chosen among helped, hurt, bad evidence, or needs more evidence. This gives a clear precondition and decision workflow. The statement that it never calls record_skill_outcome or changes live state also tells the agent when this tool is not the right choice.

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/RPasquale/lightbulb-mcp'

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