Skip to main content
Glama

preview_save_minutes

Read-onlyIdempotent

Preview and validate meeting minutes before saving. Obtain an approval token with diff and grounding details for explicit user consent.

Instructions

저장 대상·변경 내용·검증·근거 결과를 한 번에 보여 주고 승인 토큰을 발급합니다.

저장 직전의 단일 관문입니다. 구조 검증을 통과했을 때만 approval_token이 발급되며, 토큰은 (note_id, 본문) 해시라서 승인받은 내용과 저장되는 내용이 달라질 수 없습니다.

토큰은 사용자 승인을 대신하지 않습니다. 응답의 approval_request를 사용자에게 그대로 보여 주고, 사용자가 명시적으로 승인한 뒤에만 save_approved_minutes를 호출하세요.

Args: note_id: 메모 id. minutes_markdown: 저장할 회의록 전문. include_preview: 전문을 응답에 다시 담을지 여부 (기본 False). max_preview_chars: preview 최대 길이 (기본 4000).

Returns: PreviewResponse: status(AWAITING_APPROVAL / NEEDS_REVISION), approval_token, validation, grounding, diff, approval_request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes메모 id
include_previewNoTrue면 회의록 전문을 응답에 그대로 되돌려줍니다. 이미 초안을 들고 있다면 False로 두어 컨텍스트를 아끼세요.
minutes_markdownYes저장할 회의록 전문(마크다운)
max_preview_charsNopreview 최대 길이

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
diffYes
stageYes회의록 워크플로에서 지금 위치한 단계
statusYes이 호출의 결과 상태
targetYes
note_idYes
previewNo
groundingYes
validationYes
write_modeYes
next_actionsNo이어서 호출하면 좋은 도구 목록
approval_tokenYes검증을 통과했을 때만 발급됩니다. 이 토큰은 사용자 승인을 대신하지 않습니다.
approval_requestYes사용자에게 그대로 보여 주고 승인을 받을 문장
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description adds rich behavioral context beyond that: the approval_token is a hash of (note_id, body) guaranteeing content integrity, the token does NOT replace user approval, and the token is only issued when validation passes. This precisely discloses the safety-critical behavior of the tool without contradicting any annotation.

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, followed by a critical safety warning, then clean Args and Returns sections. It is longer than average, but every section earns its place — especially the bolded warning that the token doesn't replace user approval, which is essential for correct usage. Slightly verbose but well-organized.

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?

The description fully covers what an agent needs: purpose, usage sequence, safety guarantee regarding content integrity, the requirement for explicit user approval, and the routing to save_approved_minutes. The output schema (PreviewResponse) handles return-value details, so the description's Returns section listing status, approval_token, validation, grounding, diff, and approval_request is sufficient. Nothing essential 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% and the schema's own descriptions are unusually thorough — include_preview even explains the context-saving tradeoff. The description's Args section largely restates the schema rather than adding new meaning. Baseline 3 is appropriate because the schema already documents all four parameters well and the description adds only marginal context.

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 purpose: 'shows save target, changes, validation, grounding results at once and issues an approval token' — a single gateway before saving. It clearly distinguishes itself from the sibling save_approved_minutes by being the pre-save preview step. The verb+resource combination makes the tool's role unmistakable and differentiates it from the other validation/preview siblings.

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 itself as the 'single gateway right before saving' and provides a precise usage sequence: show approval_request to the user, wait for explicit approval, then call save_approved_minutes. It also states the condition for token issuance (structural validation must pass). This is ideal routing guidance that names the next tool to use and the precondition for use.

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