Skip to main content
Glama

SourceSage MCP

generate_structure

Generates detailed project directory structures in Markdown format, including file contents with syntax highlighting, to help understand and document repository or folder contents. Supports customizable exclusions for precise output.

Instructions

プロジェクトのディレクトリ構造を生成し、ファイル内容も含めた詳細なドキュメントを作成します。プロジェクトやリポジトリ、フォルダの内容を理解するときに使用します。

Input Schema

NameRequiredDescriptionDefault
ignorePathNo.SourceSageignoreファイルの絶対パス(オプション)
pathYes構造を生成するディレクトリの絶対パス

Input Schema (JSON Schema)

{ "properties": { "ignorePath": { "description": ".SourceSageignoreファイルの絶対パス(オプション)", "type": "string" }, "path": { "description": "構造を生成するディレクトリの絶対パス", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from SourceSage MCP

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/Sunwood-ai-labs/source-sage-mcp-server'

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