Skip to main content
Glama

diff_minutes_against_saved

Read-onlyIdempotent

Compare a meeting minutes draft with the saved version to identify differences before overwriting, returning a unified diff preview and write mode (CREATE, OVERWRITE, NO_CHANGE).

Instructions

이미 저장된 회의록과 초안의 차이를 보여 줍니다.

같은 note_id로 두 번째 저장을 하면 기존 파일을 덮어씁니다. 무엇이 사라지는지 먼저 확인해 사고를 막는 용도입니다.

Args: note_id: 메모 id. minutes_markdown: 초안 전문. diff_preview_lines: unified diff 미리보기 줄 수 (기본 40).

Returns: DiffResponse: diff.write_mode가 CREATE / OVERWRITE / NO_CHANGE 중 하나.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes메모 id
minutes_markdownYes비교할 회의록 초안 전문
diff_preview_linesNo돌려줄 diff 미리보기 줄 수

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
diffYes
stageYes회의록 워크플로에서 지금 위치한 단계
statusYes이 호출의 결과 상태
targetYes
note_idYes
next_actionsNo이어서 호출하면 좋은 도구 목록
Behavior5/5

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

Annotations already mark it as read-only, non-destructive, and idempotent. The description adds valuable behavioral context beyond those hints: it warns that a second save overwrites existing minutes and frames the tool as a way to prevent data loss. It also previews the return type (DiffResponse with write_mode values), which is useful. This enriches the annotation profile without contradicting it.

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?

The description is concise and well-structured: a one-sentence purpose, a brief explanation of why it exists, and a clear Args/Returns breakdown. Every sentence earns its place, and the most important detail (the overwrite warning) is front-loaded. No fluff or redundancy.

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?

For a read-only diff tool, the description fully covers what it does, why it is used, and what it returns (DiffResponse with write_mode). An output schema exists, so return details are already specified. Nothing an agent needs to call it correctly is missing.

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 coverage is 100%, so each parameter already has a description. The description's Args section essentially repeats the schema information, adding only minimal context (e.g., diff_preview_lines defaults to 40, minutes_markdown is the full draft). Since the schema already carries the meaning, the description does not add significant new value, warranting a baseline 3.

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 action: shows the difference between saved minutes and the draft. It clearly identifies the resource (meeting minutes) and the operation (diff comparison). The added context about preventing overwrite accidents further clarifies its purpose and distinguishes it from siblings like preview_save_minutes.

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 explicitly explains when this tool is useful: before a second save with the same note_id overwrites the existing file. It positions the tool as a safety check, giving clear contextual usage. However, it does not mention alternative tools or explicitly state when not to use it, so it stops short of a perfect 5.

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