Skip to main content
Glama

build_minutes_prompt

Read-onlyIdempotent

Assemble a prompt combining meeting notes and a standard template to produce meeting minutes, with optional line-number citations and grounding rules.

Instructions

회의 메모와 표준 템플릿을 결합한 회의록 작성 프롬프트를 반환합니다.

이 MCP는 LLM API를 호출하지 않습니다. 요약은 호스트(Claude/Codex)가 하고, 이 도구는 '무엇을 어떤 형식으로 쓸지'에 대한 지시문만 조립합니다.

Args: note_id: 메모 id. with_line_numbers: 원문 줄 번호 부착 및 인용 규칙 추가 여부 (기본 True).

Returns: PromptResponse: prompt에 규칙 + 템플릿 + 원문이 담긴 지시문.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes메모 id
with_line_numbersNoTrue면 원문에 줄 번호를 붙이고, 근거 칸에 'L14' 형태로 인용하도록 규칙을 추가합니다.

Output Schema

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

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

Annotations already cover readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds the key behavioral fact that this MCP does not invoke the LLM and only assembles instructions — a genuinely non-obvious trait for a tool named 'build_minutes_prompt' that an agent might otherwise assume performs the summarization itself. No contradiction with 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?

Well-structured: a purpose sentence up front, followed by a behavioral note, then clean Args and Returns sections. The behavioral note earns its place by preventing the agent from expecting an LLM call. The docstring-style formatting (Args/Returns headers) is slightly verbose but reads efficiently and front-loads the core purpose.

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 two-parameter, read-only, idempotent tool with an output schema and full parameter coverage, everything an agent needs is present: purpose, role in the pipeline, parameter defaults, and the return concept (rules + template + original text). No consequential gaps remain.

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%; note_id and with_line_numbers are already documented, with with_line_numbers explaining the 'L14' citation format and default true. The Args section of the description largely restates the schema (note id, default True), adding little beyond it. With full schema coverage, baseline 3 is appropriate.

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 — combining meeting notes with a standard template to return a meeting-minutes writing prompt — which clearly distinguishes it from siblings that read notes, extract facts, validate drafts, or save minutes. The title '회의록 작성 프롬프트 생성' reinforces this. Nothing ambiguous about what resource is acted on or what is produced.

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 explains the tool's role in the pipeline: it does not call the LLM API, the host (Claude/Codex) performs summarization, and this tool only assembles formatting instructions. This tells the agent this is the prompt-preparation step rather than a summarizer or validator. It lacks explicit 'use X instead' routing or when-not-to-use guidance, but the workflow context is clearly conveyed.

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