Skip to main content
Glama
jihoho12

pdf-organizer-mcp

by jihoho12

organize_pdf

Move or copy PDF files into a date-labeled folder based on today's date or a specified date. Organize PDFs by date in a root directory.

Instructions

PDF 파일을 오늘 날짜(YYYY년 MM월 DD일) 폴더로 자동 정리합니다. source_path에 PDF 경로, base_dir에 정리할 루트 폴더를 지정하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_pathYes정리할 PDF 파일의 절대 또는 상대 경로
base_dirYes날짜 폴더를 만들 루트 디렉토리 (예: ~/Downloads/PDFs)
copyNotrue이면 복사, false(기본)이면 이동
date_overrideNo날짜를 강제 지정할 경우 "YYYY-MM-DD" 형식으로 입력 (기본: 오늘)
Behavior2/5

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

No annotations provided, so description must fully disclose behavior. It does not explain folder creation behavior, overwrite policy, error handling, or what happens to the original file after move/copy. The copy default (false = move) is only in the schema, not description.

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?

Two concise sentences in Korean, front-loaded with the main action. No redundant information. Could be slightly more structured but efficient.

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

Completeness2/5

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

No output schema, so description should explain return value or side effects. It does not mention what happens after execution (e.g., success message, file moved). Optional parameters (copy, date_override) are not addressed in description. Incomplete for a tool with 4 parameters.

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 coverage is 100%, so baseline 3. The description adds the date folder format (YYYY년 MM월 DD일) and clarifies that base_dir is the root folder. However, it does not explain the copy and date_override parameters beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (organize PDFs) and resource (PDF files) into a date folder. It specifies the date format (YYYY년 MM월 DD일). However, it does not distinguish from sibling tools like organize_by_file_date or organize_directory, which could confuse selection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. It does not mention prerequisites, limitations, or conditions under which organizing into today's folder is appropriate compared to other organization strategies.

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/jihoho12/pdf_organizer'

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