Skip to main content
Glama

README Generator MCP Server

by JojoSlice

read_project_structure

Analyze project directory structure to generate hierarchical file and folder trees for documentation preparation.

Instructions

Read the directory structure of a project. Returns a tree-like structure of files and folders.

Input Schema

NameRequiredDescriptionDefault
pathYesThe absolute path to the project directory
maxDepthNoMaximum depth to traverse (default: 3)

Input Schema (JSON Schema)

{ "properties": { "maxDepth": { "default": 3, "description": "Maximum depth to traverse (default: 3)", "type": "number" }, "path": { "description": "The absolute path to the project directory", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from README Generator MCP Server

Related Tools

    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/JojoSlice/README-Gen-MCP-Server'

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