Skip to main content
Glama
cholhwanjung

Claude Desktop Research MCP Server

by cholhwanjung

render_paper_page

Render a specific page of an arXiv PDF as a PNG and save it to the vault, preserving figures or math-heavy content not captured by standard extraction.

Instructions

PDF의 특정 페이지를 통째로 PNG로 렌더해 vault에 저장 (ADR-018 옵션).

ColPali 스타일 page-as-image의 단순 도구. figure crop이 잡지 못한 케이스나 수식이 많은 페이지를 시각적으로 보존하고 싶을 때 사용.

Args: paper_id: arXiv ID. page: 1-base 페이지 번호. slug: vault 디렉토리명. dpi: 렌더 해상도 (기본 150).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idYes
pageYes
slugNo
dpiNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description must carry full burden. It explains the action (render and save) and default DPI, but lacks disclosure of potential side effects (e.g., overwriting, vault space usage) or error conditions.

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?

Concise with a clear structure: brief purpose statement followed by bullet-point parameter list. No redundant sentences. Efficient use of space.

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?

Output schema exists, so return values need not be explained. However, the description omits details like error handling, prerequisite checks (paper downloaded?), and vault storage behavior. Adequate but not comprehensive.

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?

Despite 0% schema description coverage, the description's Args section adds meaning to each parameter (e.g., 'arXiv ID', '1-base page number', 'vault directory name'), significantly improving understanding beyond the 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?

Description clearly states the tool renders a PDF page as PNG and saves to vault. References ColPali style and distinguishes from figure crop tools, making purpose specific and distinct from siblings like extract_paper_figures.

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?

Explicitly mentions when to use ('figure crop misses' or 'preserve math-heavy pages'), providing context. Does not explicitly state when not to use, but the guidance is clear enough given the sibling tools.

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