Skip to main content
Glama

Record closed-book mastery evidence

record_verification

Record a verification attempt to confirm mastery only when performance is demonstrated, novel, unassisted, and closed-book; get automatic acceptance scoring.

Instructions

Record one verification attempt. Mastery advances only for demonstrated, novel, unassisted, closed-book performance; the server computes acceptance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes
node_idYes
outcomeYes
assistedYes
responseYes
rationaleYes
closed_bookYes
novel_promptYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A3.6/5.0
Behavior4/5

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

The description adds meaningful non-obvious behavior: mastery only advances under demonstrated, novel, unassisted, closed-book conditions, and acceptance is computed server-side. This goes beyond the sparse annotations and helps the agent predict 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?

Two tight sentences with the core action first and no filler. Every phrase adds information: what is recorded, when mastery advances, and that the server decides acceptance.

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 eight required parameters, no output schema, and no rich annotations, this description is incomplete. It omits return behavior, how to structure evidence fields, and how this tool relates to sibling learning-state tools, leaving the agent to infer too much.

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?

With 0% schema description coverage, the description must compensate. It maps core criteria like 'demonstrated, novel, unassisted, closed-book' to outcome, novel_prompt, assisted, and closed_book, but it does not explain prompt, response, rationale, or node_id beyond their self-evident names.

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?

The description uses a specific verb ('Record') and specifies the resource ('one verification attempt'), while the title clarifies it concerns closed-book mastery evidence. It clearly distinguishes this from generic state-updating tools like update_node_learning_state.

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 says what the tool does but gives no guidance on when to prefer it over siblings such as update_node_learning_state or append_learning_note. There is no when-not-to-use context or alternative routing.

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