Skip to main content
Glama

set_project_parent

Make an existing project a subproject of another, or take it back out with an empty parentKey. This is about ACCESS, not about names or issues: everyone who may reach the parent may reach the subproject too, in the role they hold there. Nothing is renamed, no issue moves, and the keys stay ordinary keys. Attaching needs an admin or somebody who leads BOTH projects, since neither can be volunteered by whoever leads the other; detaching needs a lead of either, since it only takes access away. One level: a subproject cannot have subprojects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentKeyNoKey of the project it becomes a subproject of, e.g. 'KYC'. Leave it out (or empty) to detach it and leave it a project of its own.
projectKeyYesKey of the project to move, e.g. 'KYCB2B'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full burden, and it delivers: it discloses access propagation ('everyone who may reach the parent may reach the subproject too'), permission differences for attach vs detach, the one-level hierarchy constraint, and non-side-effects like no renaming or issue movement.

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?

Four dense sentences, front-loaded with the main operation. Every sentence adds meaningful scope, permission, side-effect, or constraint information, with no fluff or redundant restatement of the schema.

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

Completeness5/5

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

Covers permissions, access semantics, the one-level restriction, and non-effects. Combined with fully documented parameters, this gives an agent enough context to invoke the tool correctly even without an output schema or annotations.

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%, and both 'projectKey' and 'parentKey' are already well described in the schema. The description reinforces the empty-parentKey detachment behavior, but it adds little parameter-level detail beyond what the schema already provides, so the baseline of 3 is appropriate.

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?

States the specific operation: 'Make an existing project a subproject of another, or take it back out with an empty parentKey.' It also distinguishes its scope from sibling concerns by saying it is about 'ACCESS, not about names or issues' and explicitly that nothing is renamed and no issues move.

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

Usage Guidelines4/5

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

Provides explicit conditions for when to attach vs detach and clear role requirements: 'Attaching needs an admin or somebody who leads BOTH projects... detaching needs a lead of either.' The 'not about names or issues' clause gives useful when-not guidance, though it does not name sibling alternatives directly.

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