Skip to main content
Glama

extract_note_facts

Read-onlyIdempotent

Extracts quotable facts with line numbers from meeting notes before drafting, flagging ambiguous lines to keep undecided. Prevents hallucination by pre-anchoring the draft to verified source content.

Instructions

초안을 쓰기 전에 원문에서 '인용 가능한 사실'을 줄 번호와 함께 뽑습니다.

할루시네이션을 막는 가장 효과적인 방법은 사후 검사가 아니라 사전 앵커링 입니다. 이 도구는 참석자, 발화 줄, 날짜 표현, 결정 후보, 실행 항목 후보, 그리고 특히 ambiguity_flags(확정되지 않은 표현이 있는 줄)를 돌려줍니다. ambiguity_flags에 걸린 내용은 회의록에서 '미정'으로 남겨야 합니다.

Args: note_id: 메모 id. max_items_per_category: 분류별 최대 항목 수 (기본 15).

Returns: NoteFactsResponse: 각 항목이 line(원문 줄 번호)과 text를 가집니다. truncated_categories에 잘린 분류 이름이 들어갑니다.

Examples: - 사용: 초안 작성 직전, 근거 칸에 적을 앵커를 확보할 때 - 사용: 근거 검사에서 '담당자를 원문에서 찾지 못했습니다' 경고가 났을 때 - 사용하지 않음: 이미 완성된 초안을 검증할 때 → check_minutes_grounding

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes메모 id
max_items_per_categoryNo분류별 최대 항목 수. 컨텍스트 보호용입니다.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageYes회의록 워크플로에서 지금 위치한 단계
statusYes이 호출의 결과 상태
note_idYes
date_linesYes
total_linesYes
next_actionsNo이어서 호출하면 좋은 도구 목록
participantsYes참석자 줄에서 뽑은 이름(참고용)
speaker_linesYes
ambiguity_flagsYes확정되지 않은 표현이 있는 줄. 이 줄들은 '미정'으로 남겨야 합니다.
people_mentionedYes원문에 등장하는 이름 후보. 여기 없는 이름도 원문 본문에 있으면 정당한 담당자일 수 있습니다.
action_candidatesYes
decision_candidatesYes
truncated_categoriesYes
Behavior4/5

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

Annotations already declare this is a read-only, idempotent, non-destructive operation, so the safety profile is covered. Beyond that, the description adds valuable behavioral context: it discloses exactly what categories it returns (attendees, lines, dates, decision/action candidates) and the key semantics of ambiguity_flags — that flagged content should remain 'undetermined' in the minutes. The truncated_categories behavior is also surfaced. No contradiction with annotations.

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 front-loaded with the core purpose and rationale, then uses clear Args/Returns/Examples sections. It is slightly verbose — the anti-hallucination philosophy paragraph is contextually useful but could be tightened. Overall well-structured with no wasted sentences.

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 output schema (NoteFactsResponse) documents the return structure, the description appropriately focuses elsewhere: how to use it, when not to, and the ambiguity_flags contract for post-processing. The truncated_categories edge case is disclosed. The only mild gap is that it doesn't explicitly state the line-number anchoring behavior is by source line, though that's implied. Near-complete for an agent to call correctly.

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 the schema already documents both parameters, including max_items_per_category's 'context protection' purpose and its default/range. The description's Args section mostly restates this information without adding new meaning, so the schema carries the load. Baseline 3 is appropriate.

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+resource+objective: extracting 'citable facts' from the source text along with line numbers, before draft writing. It clearly distinguishes itself from check_minutes_grounding, which validates completed drafts. The inclusion of the anti-hallucination anchoring rationale clarifies both what it does and why it exists.

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 Examples section is exemplary: it names two explicit 'use' scenarios (before drafting, when grounding fails) and one explicit 'do not use' scenario with a named alternative (check_minutes_grounding for validating finished drafts). The agent gets direct routing instructions rather than having to infer fit.

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