Skip to main content
Glama

extract_note_facts

Read-onlyIdempotent

Pulls citable facts with line numbers from meeting notes before drafting minutes, flagging ambiguous lines to keep unconfirmed items unresolved.

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
Behavior5/5

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

Annotations already convey read-only, idempotent, and non-destructive hints. The description goes beyond these by revealing that content in ambiguity_flags should remain 'undecided' in the minutes, and by noting that truncated_categories indicates categories that were cut due to limits. This provides actionable behavioral context that helps the agent use the output correctly.

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 structured with a clear opening purpose, a rationale, a list of returns, then Args/Returns/Examples sections. It is informative but not overly verbose, though some repetition (e.g., restating default value) could be trimmed. Front-loading the purpose and usage examples makes it easy to scan.

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 tool's complexity with multiple output categories and an existing output schema, the description provides sufficient context: what it returns, how to interpret ambiguity_flags, and when to use it. The examples cover both positive and negative usage cases, making it complete for an agent to call the tool correctly in a workflow.

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?

Both parameters are fully described in the schema (100% coverage), so the description adds no substantive new semantic information. It restates the default value of max_items_per_category and its purpose ('context protection') but this closely mirrors the schema. Baseline 3 is appropriate because the schema does the heavy lifting.

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 clearly states the tool extracts 'quotable facts' with line numbers from the original text before drafting, listing specific categories (attendees, speech lines, date expressions, decision candidates, action item candidates, ambiguity flags). It distinguishes itself from sibling check_minutes_grounding by explicitly stating it is not for verifying completed drafts, making its purpose and differentiation unambiguous.

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 provides explicit usage scenarios: 'use right before draft writing' and 'when evidence check gives a warning', and a clear non-use case: 'do not use when verifying a completed draft, use check_minutes_grounding instead'. This gives an agent precise conditions for when to invoke this tool versus alternatives.

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/saewookkangboy/personal-meeting-mcp-training'

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