Skip to main content
Glama

sourcesage

load_project_understanding

Retrieve comprehensive project insights, including entities, relationships, patterns, and style conventions, directly from the project root directory. Streamline codebase understanding without analyzing individual files.

Instructions

Load understanding of an entire project at once.

This tool should be used by MCP clients to quickly get project understanding if available, instead of reading all the files individually. It loads all entities, relationships, patterns, and style conventions related to the project.

Args: project_path: Path to the project root directory

Input Schema

NameRequiredDescriptionDefault
project_pathYes

Input Schema (JSON Schema)

{ "properties": { "project_path": { "title": "Project Path", "type": "string" } }, "required": [ "project_path" ], "title": "load_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