Skip to main content
Glama
jihoho12

pdf-organizer-mcp

by jihoho12

organize_by_file_date

Automatically categorize PDF files into date-named folders based on their modification or creation date.

Instructions

디렉토리 안의 PDF 파일을 각 파일의 날짜(수정일 또는 생성일) 기준으로 날짜별 폴더에 자동 분류합니다. 예: 6월 11일에 받은 파일 → "2026년 06월 11일" 폴더

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_dirYesPDF들이 있는 소스 디렉토리
base_dirYes날짜 폴더를 만들 루트 디렉토리
date_typeNo기준 날짜 종류: "modified"(수정일, 기본) 또는 "created"(생성일)
copyNotrue이면 복사, false(기본)이면 이동
recursiveNo하위 폴더까지 탐색 여부 (기본: false)
Behavior2/5

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

No annotations are provided, so the description must bear full responsibility for behavioral transparency. It mentions the core action and date criteria but fails to disclose potential side effects (e.g., overwriting, permissions), error handling, or folder naming conventions beyond the example. Limited transparency for a tool with 5 parameters.

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 two sentences long with no fluff. It front-loads the action and parameter detail, then provides an illustrative example. Every sentence earns its place.

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?

The description covers the core purpose adequately but omits behavioral details (error handling, folder naming pattern specification) and does not clarify the relationship with sibling tools. The lack of output schema increases the need for description completeness, which is only partially met.

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 description coverage is 100%, so parameters are well-documented. The description adds a useful example of folder naming, but otherwise repeats information already in the schema (e.g., date_type). The value added is marginal, meeting the baseline 3.

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 that the tool classifies PDF files into date-based folders based on their modification or creation date. It provides a concrete example ('2026년 06월 11일') which distinguishes it from sibling tools like organize_directory or organize_pdf that likely do not sort by date.

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

Usage Guidelines3/5

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

The description implies the tool is for date-based organization but does not explicitly state when to use it over alternatives (e.g., organize_pdf). There is no guidance on prerequisites or exclusions, leaving the agent to infer context from the sibling tool names.

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