Skip to main content
Glama

documcp

by tosin2013

analyze_repository

Evaluate repository structure, identify dependencies, and assess documentation requirements to streamline project clarity. Specify path and depth for tailored insights.

Instructions

Analyze repository structure, dependencies, and documentation needs

Input Schema

NameRequiredDescriptionDefault
depthNostandard
pathYesPath to the repository to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": "standard", "enum": [ "quick", "standard", "deep" ], "type": "string" }, "path": { "description": "Path to the repository to analyze", "type": "string" } }, "required": [ "path" ], "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/tosin2013/documcp'

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