Skip to main content
Glama
Jack-mi
by Jack-mi

record_statement

Records defendant, co-defendant, or witness statements with verbatim transcript, time, investigators, location, recording status, and case details to preserve exact wording for defense citations.

Instructions

登记供述/辩解或证言。role=defendant(被告人)/codefendant(同案人)/witness(证人)。须提取笔录时间、办案人员、办案地点、是否同步录音录像、笔录内容;full_text 必须逐字转录全部问答(辩护引用原话是刚需,仅登记摘要视为未完成)。

参数结构(args 字段): {person(必填): 供述/证言人姓名; role(必填): defendant / codefendant / witness 之一; volume(必填): 卷宗; page_start(必填): 起始页; page_end(必填): 结束页; record_time(必填); investigators(必填); location(必填); has_av_recording(必填); occasion(必填); charged_fact_ref(必填); content_summary(必填); full_text(必填)}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo
case_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.3

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states mandatory extraction fields (record time, investigators, location, AV-recording flag, content) and the hard requirement that full_text be a verbatim transcript, marking summary-only registration as incomplete. This is substantial behavioral context, though it stops short of describing response behavior or 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.

Conciseness4/5

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

The description is dense and well-structured: a one-sentence purpose, a requirements sentence, and a compact parameter block. Every sentence carries necessary information with no filler. Slightly long, but justified by the number of required fields and the verbatim rule.

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

Completeness4/5

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

Given the tool's complexity (13 required parameters, no annotations, no visible output schema details), the description provides the core operational requirements, parameter list, and a critical completion criterion. It does not mention invocation mechanics (case_id/args nesting) or error conditions, but those are partly covered by the input schema, so the description is largely complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description compensates by listing all 13 args fields with required flags, including the role enum values and explanations for person and role. It lacks explicit types or formats (e.g., date format for record_time, boolean for has_av_recording, meaning of occasion), but is far richer than the near-empty input schema.

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 opens with '登记供述/辩解或证言' (record statements/defenses or testimony), naming a specific verb and resource. It further distinguishes itself from siblings by enumerating roles (defendant/codefendant/witness) and requiring verbatim Q&A transcription, which clearly separates it from record_party, record_indictment, and record_documentary_evidence.

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

Usage Guidelines3/5

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

The description implies when to use the tool (whenever a statement, defense, or testimony must be registered) and emphasizes that full_text must contain verbatim Q&A, with summary-only entries considered incomplete. However, it does not explicitly mention alternatives or exclusions, leaving the agent to infer the boundary versus sibling recording tools.

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