Skip to main content
Glama

paper_move

Move classified PDF papers to a categorized folder structure, automatically creating subdirectories as needed. Specify a new filename if the target path already contains a file.

Instructions

분류가 결정된 논문 PDF를 destRoot 아래 category 경로로 이동합니다. category는 'NLP/Sentiment-Analysis'처럼 '/'로 하위 폴더를 표현할 수 있으며, 존재하지 않는 폴더는 자동 생성됩니다. 대상 경로에 동일 이름의 파일이 이미 있으면 덮어쓰지 않고 오류를 반환하니, 필요하면 fileName으로 새 이름을 지정하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesdestRoot 기준 하위 분류 경로. 예: 'NLP', 'CV/Object-Detection' 등 자유롭게 지정
destRootYes분류된 논문을 저장할 루트 폴더의 절대 경로
fileNameNo저장할 파일명을 바꾸고 싶을 때만 지정 (생략 시 원본 파일명 유지)
filePathYes이동할 PDF 파일의 절대 경로 (paper_scan_folder 결과의 path)
Behavior4/5

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

With no annotations, the description bears full responsibility. It discloses key behaviors: auto-creates missing folders, returns error on duplicate files (no overwrite), and supports renaming via fileName. It does not mention permissions or side effects like deletion of original, but 'move' implies that. Overall, sufficient transparency.

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?

The description is a single, well-structured paragraph: it starts with the core purpose, then adds details on path syntax, folder creation, overwrite behavior, and the rename option. Every sentence contributes, no redundancy.

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 tool with no output schema and 4 parameters, the description covers parameter usage, edge cases (file conflict, auto-creation), and expected behavior. It might be improved by mentioning what happens to the source file, but 'move' is clear. Overall, adequately complete.

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?

Schema coverage is 100%, and description adds meaningful context: category format with example ('NLP/Sentiment-Analysis'), clarification that destRoot is an absolute path, filePath is from paper_scan_folder, and behavior of fileName (optional, to avoid conflicts). This adds value beyond schema definitions.

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 clearly states the action ('move paper PDF'), the resource ('classified paper PDF'), and the destination ('under destRoot and category path'). It distinguishes from siblings by specifying that this handles moving after classification, while paper_read_text and paper_scan_folder serve different purposes.

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 specifies when to use the tool ('when paper classification is decided') and provides guidance on handling file conflicts (suggesting fileName to avoid overwrite errors). However, it does not explicitly contrast with sibling tools or state conditions when not to use it.

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/iapke486-arch/paper-organizer-mcp'

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