Skip to main content
Glama
cholhwanjung

Claude Desktop Research MCP Server

by cholhwanjung

wiki_write_note

Save research notes with YAML frontmatter and markdown body. Automatically creates folders based on the slug (arxiv ID or vault path).

Instructions

노트 저장 (frontmatter + body). 폴더 자동 생성.

Args: slug: arxiv_id 또는 vault 상대경로. frontmatter: YAML로 직렬화될 dict. MCP 클라이언트가 string으로 보내면 JSON으로 parse 시도 (parse 실패 시 빈 frontmatter로 처리). body: 마크다운 본문.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
frontmatterNo
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Discloses folder auto-creation and frontmatter parsing behavior (JSON string fallback). However, does not mention whether it overwrites existing notes or appends, which is important for a write operation.

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?

Description is concise with a short summary followed by parameter details. The bullet-like listing is efficient, though the parameter descriptions are embedded in prose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given an output schema exists (not shown), return values are not required. However, the description lacks error handling details, permission requirements, and behavior on duplicate slugs. It adequately covers basic functionality.

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?

With 0% schema description coverage, the description explains slug as 'arxiv_id or vault relative path', frontmatter as 'dict for YAML serialization with JSON parsing', and body as 'markdown'. This adds meaning but could be more precise (e.g., what is vault?).

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?

Description clearly states it saves a note with frontmatter and body, and auto-creates folders. This is distinct from sibling tools like wiki_read_note and wiki_list, which are read/list operations.

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 clearly indicates this tool is for saving notes, but does not explicitly state when not to use it or provide alternatives. However, the context of sibling tools implies differentiation.

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/cholhwanjung/research-mcp'

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