Skip to main content
Glama

check_minutes_grounding

Read-onlyIdempotent

Cross-check meeting minutes against the source note to detect unsupported people, dates, numbers, missing evidence, and dropped ambiguities from the original text.

Instructions

회의록에 적힌 사람·날짜·수치가 원문에서 확인되는지 역으로 대조합니다.

"원문에 없는 결정·담당자·기한을 추정하지 않는다"는 규칙을 사람 눈 대신 기계가 확인합니다. 날짜는 '9월 15일', '8/27', '20일' 같은 원문 표현을 ISO로 정규화한 뒤 비교하므로, 정상적인 회의록이 오탐으로 잡히지 않습니다.

검사 항목: - person_unsupported: 담당자·결정자 이름이 원문에 없음 - date_unsupported / year_unsupported: 날짜·연도의 근거가 원문에 없음 - number_unsupported: 원문에 없는 수치가 새로 생김 - evidence_missing: 실행 항목·리스크의 근거 칸이 비어 있음(참고) - ambiguity_dropped: 원문의 애매한 부분이 회의록에서 전부 확정되어 버림

중요: 이 검사는 자문(advisory) 입니다. 휴리스틱이므로 오탐이 있을 수 있고, 저장을 막지 않습니다. 저장 게이트는 validate_minutes_draft(구조)와 사용자 승인입니다. 경고가 났다면 해당 줄의 원문을 read_meeting_note로 다시 확인하고, 근거가 없으면 '미정'으로 바꾸세요.

Args: note_id: 원본 메모 id. minutes_markdown: 회의록 초안 전문. max_findings: 최대 지적 건수 (기본 30).

Returns: GroundingResponse: status(GROUNDED / MOSTLY_GROUNDED / NEEDS_EVIDENCE_REVIEW), score(0-100), findings[].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes원본 메모 id
max_findingsNo돌려줄 최대 지적 건수
minutes_markdownYes검사할 회의록 초안 전문(마크다운)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreYes
stageYes회의록 워크플로에서 지금 위치한 단계
statusYes이 호출의 결과 상태
checkedYes
note_idYes
summaryYes
advisoryNoTrue. 근거 검사는 저장을 막지 않습니다. 저장 게이트는 validate_minutes_draft와 사용자 승인입니다.
findingsYes
next_actionsNo이어서 호출하면 좋은 도구 목록
Behavior5/5

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

The description clearly discloses the heuristic nature, possible false positives, and that it does not block saving, and explains date normalization designed to avoid false positives on legitimate minutes. This adds meaningful behavioral context beyond the annotations (readOnlyHint/idempotentHint/destructiveHint) and does not contradict them in any way.

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 longer than most but well-structured with headers (검사 항목, 중요, Args, Returns) and bullet lists. Core purpose is front-loaded before details, and every section earns its place. Slight redundancy in the Returns section (output schema already covers the return structure) keeps it from a 5.

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

Completeness5/5

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

Given the output schema exists and the moderate complexity, the description is complete: it covers purpose, check item catalog, advisory caveat, alternative validation tool, args, and return semantics. An agent has everything needed to call the tool correctly and interpret results.

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?

Schema description coverage is 100%, so each parameter is already documented in the schema. The description's Args section mostly restates schema content (note_id = original memo id, minutes_markdown = full draft text) with only marginal additions like the max_findings default of 30, which the schema already specifies. Baseline 3 applies since the schema carries the load.

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 states a specific verb ('역으로 대조' — reverse cross-check) and resource (people/dates/numbers in minutes vs. original memo text). It enumerates concrete check items (person_unsupported, date_unsupported, number_unsupported, etc.), which lets an agent know precisely what the tool inspects and distinguish it from validate_minutes_draft (structural) and read_meeting_note (source lookup).

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

Usage Guidelines5/5

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

The description explicitly positions this as advisory: '자문(advisory)입니다... 저장을 막지 않습니다' and names the actual save gate as validate_minutes_draft(구조) + user approval, defining when-not. It also prescribes the follow-up workflow — re-check warnings against the original via read_meeting_note and mark as '미정' if ungrounded — leaving no inference about usage.

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/minsik102/fileanalyzer_mcp_testmode'

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