Skip to main content
Glama

GetProjectTreeTool

Hierarchical tree of a project (Root -> Epic -> Story terminal). Compact nodes: id, kind, type, children_count, shortened name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_codeYesAccount code (e.g., "bcp", "jchsoft")
project_relative_idYesRelative ID of the project

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It does disclose the return model (compact nodes with id, kind, type, children_count, shortened name) and the hierarchy levels, but says nothing about permissions, tree size/depth limits, ordering, or truncation behavior for a potentially large tree.

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?

Two compact sentences, front-loaded with what the tool returns, then the node contract. Every clause carries information and none is redundant.

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

Completeness4/5

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

There is no output schema, so the description reasonably compensates by naming the node fields and the hierarchy levels. It falls slightly short on scale/limits and error behavior, but an agent can call the tool correctly from what is given.

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 description coverage is 100%: account_code and project_relative_id are both documented in the schema. The description adds no parameter-level detail (e.g., how the relative id is obtained or the account-code format), so the baseline of 3 applies.

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

Purpose4/5

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

The description states a specific verb+resource ('Hierarchical tree of a project') and pins down the domain model (Root -> Epic -> Story terminal) plus the node shape. This distinguishes it from GET-project or list-projects siblings by virtue of the hierarchy, though it never names those siblings explicitly.

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

Usage Guidelines2/5

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

There is no statement of when to use this tool versus GetProjectTool or ListProjectsTool. The hierarchical framing implies a use case (understanding structure) but no condition, prerequisite, or exclusion is given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources