Skip to main content
Glama
samsung10-gif

local-docs-mcp

preview_save_summary

Read-only

Preview the final file path and summary content before saving, and receive an approval token without writing the file.

Instructions

요약문을 저장하기 전에 최종 파일 경로와 내용을 미리 보여주고 승인 토큰을 발급합니다. 파일을 쓰지 않습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo한계·미확인 사항 등 비고
titleYes요약 제목. 파일명에도 쓰입니다
sourcesYes요약에 사용한 원문 경로 목록
subfolderNo요약을 넣을 하위 폴더 이름
summary_markdownYes모델이 작성한 요약 본문(마크다운)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageYes문서 요약·정리 흐름에서 지금 위치한 단계
statusYes이 호출의 결과 상태
reminderYes
target_pathYes
next_actionsNo이어서 호출하면 좋은 도구 목록
content_charsYes
already_existsYes
approval_tokenYes
content_previewYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows it's safe. The description adds beyond that: it produces a preview and issues an approval token, and explicitly confirms it doesn't write. This is useful behavioral context that complements the annotations without contradiction.

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?

Two sentences with zero filler. The key point (preview before saving, token issuance, non-destructive) is front-loaded and each sentence earns its place. Extremely efficient.

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?

With an output schema present, the return format (likely containing the token and final path) doesn't need to be described here. The description covers the tool's purpose and non-destructive nature, and combined with the schema and annotations, an agent has enough to call it correctly. The only minor gap is that it doesn't explicitly mention needing to pass the token to save_summary, but this is implied by the workflow and siblings.

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 all five parameters are already documented in the input schema (e.g., title is noted as used in the filename). The description adds no additional parameter-level semantics beyond what the schema provides, so the baseline 3 applies.

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 clear verb (미리 보여주고, 발급), resource (최종 파일 경로와 내용), and explicitly disclaims writing (파일을 쓰지 않습니다). This differentiates it from save_summary, which actually persists. The purpose is unambiguous and distinct from siblings.

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 opens with '요약문을 저장하기 전에' (before saving), giving a clear temporal context. It implies a two-step flow with save_summary (which consumes the issued token), though it doesn't name the exact alternative. This is clear context without explicit exclusions or alternative names, so it earns a 4.

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/samsung10-gif/file_check'

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