Skip to main content
Glama

Document Organizer MCP Server

init_project_docs

Set up standardized documentation structure for projects by creating organized folders and templates based on project type and name.

Instructions

Initialize Universal Project Documentation Standard structure

Input Schema

NameRequiredDescriptionDefault
directory_pathYesPath to project directory to initialize
project_nameYesName of the project for templates
project_typeNoType of project (e.g., 'web-app', 'api', 'library')

Input Schema (JSON Schema)

{ "properties": { "directory_path": { "description": "Path to project directory to initialize", "type": "string" }, "project_name": { "description": "Name of the project for templates", "type": "string" }, "project_type": { "description": "Type of project (e.g., 'web-app', 'api', 'library')", "type": "string" } }, "required": [ "directory_path", "project_name" ], "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