Skip to main content
Glama

Document Organizer MCP Server

organize_structure

Create hierarchical directory structures and move files to appropriate locations based on user-defined categories and file patterns for systematic document organization.

Instructions

Create hierarchical directory structure and move files to appropriate locations

Input Schema

NameRequiredDescriptionDefault
categoriesYesCategories with their associated file patterns/names
directory_pathYesPath to directory to organize

Input Schema (JSON Schema)

{ "properties": { "categories": { "description": "Categories with their associated file patterns/names", "type": "object" }, "directory_path": { "description": "Path to directory to organize", "type": "string" } }, "required": [ "directory_path", "categories" ], "type": "object" }

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/cordlesssteve/document-organizer-mcp'

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