Skip to main content
Glama

sourcesage

dump_project_understanding

Generate a comprehensive overview of a project by extracting all entities, relationships, patterns, and style conventions. Ideal for analyzing and understanding complex codebases quickly.

Instructions

Dump understanding of an entire project at once.

This tool provides a comprehensive dump of all knowledge related to a project, including all entities, relationships, patterns, and style conventions.

Args: project_path: Path to the project root directory include_observations: Whether to include detailed observations

Input Schema

NameRequiredDescriptionDefault
include_observationsNo
project_pathYes

Input Schema (JSON Schema)

{ "properties": { "include_observations": { "default": false, "title": "Include Observations", "type": "boolean" }, "project_path": { "title": "Project Path", "type": "string" } }, "required": [ "project_path" ], "title": "dump_project_understandingArguments", "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/sarathsp06/sourcesage'

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