Skip to main content
Glama

Local Project Sync

by Cytrogen

analyze_project_structure

Analyze local project structures to generate module and functionality overviews. Configure scope (frontend, backend, all) and directory depth for tailored insights without manual uploads.

Instructions

分析项目结构,生成模块和功能概览

Input Schema

NameRequiredDescriptionDefault
depthNo目录深度
scopeNo分析范围all

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": 3, "description": "目录深度", "type": "number" }, "scope": { "default": "all", "description": "分析范围", "enum": [ "frontend", "backend", "all" ], "type": "string" } }, "type": "object" }

Other Tools from Local Project Sync

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/Cytrogen/local-project-sync'

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