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

record_indictment

Record indictment or prosecution recommendation details with source citation, including defendant, charges, amount, legal basis, sentencing circumstances, and verbatim alleged facts from specified volume pages.

Instructions

登记起诉书/起诉意见书内容(第二部分)。full_text_summary 应原样复制涉及被告人的指控事实。

参数结构(args 字段): {doc_type(必填): 文书类型:起诉书 / 起诉意见书; volume(必填): 来源卷宗; page_start(必填): 来源起始页; page_end(必填): 来源结束页; defendant(必填); charge(必填); total_amount(必填); issuer(必填); issue_date(必填); legal_basis(必填); sentencing_circumstances(必填); full_text_summary(必填)}

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/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden. It discloses the important behavioral rule that full_text_summary must copy the alleged facts verbatim and hints at a multi-part workflow. However, it does not explain whether the tool creates, appends, or overwrites records, or whether an existing case context is required, leaving some behavioral ambiguity.

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 front-loads the purpose and the key full_text_summary instruction, followed by an organized parameter list. The parameter list is long but necessary given the empty schema; there is no filler or redundancy that could be removed without losing value.

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?

While the args fields are thoroughly documented, the description omits any mention of the top-level required case_id property shown in the schema. It also does not clarify what '第二部分' refers to or which sibling tool performs the first part. An agent following the description alone might not construct a valid invocation, making the description incomplete for reliable use.

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

Parameters5/5

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

The input schema provides essentially no parameter descriptions (0% coverage; only a generic args object and a required case_id). The description's parameter structure block fully documents every args field with requiredness and semantic meaning (doc_type, volume, page ranges, defendant, charge, etc.), completely compensating for the schema's lack of detail.

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 '登记' with a specific resource '起诉书/起诉意见书内容(第二部分)', and further clarifies a special requirement for full_text_summary. This clearly distinguishes it from sibling tools like record_party, record_statement, and add_charged_fact, which target different entity types.

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 clearly identifies the scenario: registering indictment/prosecution opinion content, specifically the second part. It does not explicitly name alternative tools or exclusions, but the resource specificity and the '第二部分' marker provide sufficient context for when this tool should be used.

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