Skip to main content
Glama

list_dummy_notes

Read-onlyIdempotent

Retrieve a list of synthetic meeting notes with metadata like title, difficulty, and status, to get note IDs for generating or comparing meeting minutes.

Instructions

교육 패키지에 포함된 합성 비정형 회의 메모 목록을 조회합니다.

회의록 작업의 출발점입니다. 여기서 얻은 note_id를 다른 모든 도구에 넘깁니다.

Returns: NoteListResponse: notes[]에 note_id, 제목, 난이도(초급/중급/고급), 줄 수, 글자 수, 그리고 has_minutes(이미 회의록을 저장한 메모인지)와 minutes_saved_utc(저장본의 마지막 수정 시각, 없으면 null)가 담깁니다. has_minutes가 True인 메모는 저장 시 덮어쓰기가 되므로, next_actions에 diff_minutes_against_saved가 함께 제시됩니다.

Examples: - 사용: "어떤 더미 메모가 있나요?" - 사용: "이미 회의록을 만든 메모가 있나요?" - 사용하지 않음: 이미 note_id를 알고 있고 원문이 필요할 때 → read_meeting_note

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

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

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

Annotations already cover the safety profile (readOnlyHint, idempotentHint, destructiveHint all true/non-destructive), lowering the bar. The description adds meaningful context beyond annotations: the overwrite behavior for has_minutes=True notes on save, the recommendation of diff_minutes_against_saved, and the interpretation of minutes_saved_utc (null when absent). 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?

Purpose is front-loaded in the first line, followed by the entry-point sentence, a structured Returns block, a warning, and an Examples section. Each section earns its place, though the Returns block is somewhat dense with field detail. Slightly long but uniformly useful with no filler.

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?

Complete for an entry-point list tool with an output schema present. It explains the workflow (start here, forward note_id), return semantics, the overwrite hazard, and usage/exclusion examples referencing the correct siblings (read_meeting_note, diff_minutes_against_saved). 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.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Zero parameters, so the baseline is 4. There is nothing to document for parameters, and the description instead enriches the output semantics — clarifying that note_id is the key to pass onward and defining has_minutes/minutes_saved_utc meaning, which compensates fully for the empty input schema.

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?

States a specific verb (조회/retrieves) and resource (synthetic unstructured meeting notes included in the education package), and clarifies the list nature. The entry-point framing and the explicit 'do not use when you have note_id → read_meeting_note' differentiates it from siblings. Distinguishes from list_saved_minutes by emphasizing the synthetic/dummy nature of the data.

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?

Explicitly states it is the starting point for all minutes work and that note_id should flow to other tools. Provides three worked examples of when to use and the single exclusion condition (already knowing note_id and needing the original text), naming read_meeting_note as the alternative. Nothing is left to inference.

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