Skip to main content
Glama

Local Project Sync

by Cytrogen

analyze_project_structure

Analyze local project structures to generate detailed module and functionality overviews. Specify scope (frontend, backend, or all) and directory depth for targeted insights using the MCP server.

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" }

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