Skip to main content
Glama

get_project_skeleton

Retrieve the full project structure with file tree and statistics to understand its shape, module layout, and code distribution.

Instructions

Get the full project structure with file tree and statistics.

Call this first when starting work on a project to understand its overall shape, module layout, and code distribution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_depthNoMaximum depth for the file tree display.
detailNoLevel of detail: - ``"signatures"``: compact overview — totals, languages, and ``top_files`` (15 most code-dense files). Drops the file tree, directory stats, and per-language breakdown. Use when you just want to know "how big is this project and where's the dense code". - ``"summary"`` (default): adds full file tree, per-directory counts, and per-language breakdown. The workhorse view. - ``"full"``: identical to summary at the skeleton level (no source extraction at this scale).summary
include_hintsNoIf True, append navigation suggestions.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It states that the tool returns file tree and statistics, but does not elaborate on the nature of the statistics or any behavioral traits like performance impact or read-onlyness. The description is functional but lacks depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (two sentences) and front-loaded with the primary purpose. No extraneous information; every sentence serves a clear function.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that the tool has three optional parameters and an output schema (though not shown), the description is somewhat minimal. It covers the high-level functionality but does not elaborate on what statistics are included or how the detail parameter affects the output. However, the output schema likely provides the necessary return value documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description does not add additional meaning beyond what the schema already provides for the three parameters (max_depth, detail, include_hints).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get the full project structure with file tree and statistics.' It also specifies to call it first when starting work, which distinguishes it from sibling tools that focus on specific files or modules.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises to 'Call this first when starting work on a project to understand its overall shape, module layout, and code distribution.' This provides clear context for when to use this tool versus alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/bilal07karadeniz/Grafyx'

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