Skip to main content
Glama

preview_save_minutes

Read-onlyIdempotent

Preview meeting minutes save: shows validation, diff, and grounding evidence, then issues an approval token to ensure verified changes before saving.

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사용자에게 그대로 보여 주고 승인을 받을 문장
Behavior4/5

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

Annotations already declare readOnlyHint/idempotentHint/destructiveHint, so no credit for those. The description adds genuinely useful context: the token is a hash of (note_id, text) so the approved content cannot diverge from what is saved, and the token does NOT substitute for user approval — the approval_request must be shown and explicit consent obtained. This is material behavioral disclosure not present in the 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: purpose in the first line, then the critical behavioral rules, then Args/Returns. The Args block in the description is somewhat redundant with the fully-covered input schema, which costs a little efficiency, but every other sentence earns its place and the Returns section usefully enumerates the response fields.

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?

For a 4-parameter tool with an output schema present and full schema description coverage, the description covers the essentials: purpose, pipeline position, token semantics, and the mandatory user-approval handoff before calling save_approved_minutes. Slight room remains on what an agent should do on a NEEDS_REVISION status, but nothing blocks correct invocation.

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 each parameter already has a meaningful description in the schema, including usage guidance for include_preview ('이미 초안을 들고 있다면 False로 두어 컨텍스트를 아끼세요'). The description's Args block largely mirrors the schema verbatim, adding marginal value beyond the structured field definitions.

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 opening line states a specific verb plus resource: '저장 대상·변경 내용·검증·근거 결과를 한 번에 보여 주고 승인 토큰을 발급합니다' (shows save target/changes/validation/grounding and issues an approval token). The follow-up '저장 직전의 단일 관문입니다' (the single gateway before saving) positions it against siblings, clearly distinguishing it from save_approved_minutes and validate_minutes_draft.

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 gives clear workflow context: it is the mandatory single gate before saving, the token is issued only when structural validation passes, and save_approved_minutes should be invoked only after explicit user approval. It does not enumerate exclusions for other siblings like diff_minutes_against_saved or validate_minutes_draft, but it does identify the pipeline position and the next tool.

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