Skip to main content
Glama
ARTHONG1

school-record-validator-mcp

by ARTHONG1

생활기록부 문안 일괄 검증

validate_record_batch

Batch-validate multiple school record narratives in one call, assigning each a stable entryId and checking against official Korean MOE guidelines; results are not official approval.

Instructions

독립된 여러 문안을 한 번에 검토할 때 호출하고 각 문안에 안정적인 entryId를 제공한다. 이 결과는 공식 승인이나 법률 판단이 아님. 입력 provenance가 없으면 관찰 및 작성 경위를 확정할 수 없음.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entriesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
entriesYes
rulePackIdYes
Behavior3/5

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

The description discloses that results are not official approval or legal judgment, and that missing provenance prevents confirming observation and writing background. These are useful caveats beyond the schema, but the actual validation behavior is not described. With no annotations, the description carries a heavy burden that is only partially met.

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?

Three concise sentences, front-loaded with the use case, followed by important caveats. No wasted words.

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?

Despite having an output schema, the tool's complexity (nested entries with many properties) demands more context. The description provides a basic use case and two caveats but omits the actual validation purpose, what rules are checked, and how to structure inputs correctly. This is insufficient for a tool of this complexity.

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

Parameters2/5

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

Schema description coverage is 0%. The description only highlights provenance as a critical factor but does not explain the entries array, entryId, field, text, or other parameters. Since the schema alone is complex, the description fails to compensate.

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

Purpose4/5

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

The description clearly indicates the tool is for batch review of multiple independent texts, distinguishing it from sibling validate_record_text which presumably handles a single text. However, it emphasizes providing a stable entryId rather than explicitly stating the validation logic, making the core purpose slightly ambiguous.

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?

It provides a clear use case: invoke when reviewing multiple independent texts at once. This gives context but does not explicitly mention alternatives or when not to use the tool.

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/ARTHONG1/-school-record-validator-mcp'

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