Skip to main content
Glama

record_verdict

Record the examiner's verdict to ensure independent grading by using a fresh-context subagent, enforcing genuine progress verification.

Instructions

DEFAULT path: record the cold examiner's verdict.

The skill instructs the coaching agent to dispatch a FRESH-CONTEXT examiner SUBAGENT (the Agent/Task tool — same model, clean context) whose prompt contains ONLY the claim statement, the pass criteria, and the learner's explanation (NOT the coaching history), then call this tool with verdict_source="fresh-context" (the default). Because the examiner never saw the coaching context, the grade is genuinely decorrelated — real maker/checker, not Reflection.

verdict_source must be one of:

  • "fresh-context" (default; the decorrelated examiner subagent)

  • "same-context" (DISCOURAGED inline grading; status() flags matches backed only by it)

A passed=True verdict with score < 0.7 is coerced to a non-pass. A passed=True verdict for a needs_lab claim with no logged lab attempt (evidence) is also coerced to a non-pass.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
module_idYes
passedYes
scoreYes
gapsNo
probe_followupsNo
verdict_sourceNofresh-context
Behavior5/5

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

The description details the fresh-context mechanism and two coercion rules (score <0.7 and needs_lab with no evidence). Since no annotations are provided, the description fully discloses behavioral traits.

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 detailed and well-structured, with clear sections for purpose, mechanism, and parameter options. It is slightly verbose but every sentence adds value.

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?

Given 6 parameters with no schema descriptions and no output schema, the description covers the core behavior and coercion rules but omits details on module_id, gaps, and probe_followups. Adequate but not fully complete.

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 adds meaning for verdict_source (explaining its two values) and for passed/score via coercion rules, but does not explain module_id, gaps, or probe_followups. Schema coverage is 0%, so the description partially compensates.

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 clearly states the tool's purpose: 'record the cold examiner's verdict.' It explains the context of a fresh-context examiner subagent and differentiates from sibling tools by focusing on verdict recording.

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

Usage Guidelines4/5

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

The description provides explicit guidance on verdict_source, recommending 'fresh-context' and discouraging 'same-context,' and notes that status() flags matches backed only by same-context. This helps the agent decide when to use each option.

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/outlast85/the-teacher'

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