Skip to main content
Glama

project_init

Create or update canonical shared project memory so subagents stay aligned across repositories, branches, or workspaces.

Instructions

Create/update canonical shared project memory

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchNo
workspaceNo
project_idYes
repositoryNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.2.4

TDQS

C2/5.0
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. 'Create/update' implies a mutation but says nothing about what gets overwritten, conflict handling, required permissions, or side effects. Minimal disclosure for a write operation.

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

Conciseness2/5

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

The description is a single five-word fragment. It is concise but under-specified rather than appropriately sized for a tool with four parameters and no annotations or output schema.

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

Completeness1/5

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

Given 4 parameters with 0% schema coverage, no annotations, and no output schema, the one-line description is completely inadequate. It leaves the agent without essential information for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0% and the description adds no meaning to any of the four parameters (project_id, branch, workspace, repository). The description does not compensate for the missing schema documentation.

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

Purpose3/5

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

States a verb (create/update) and resource (canonical shared project memory), but 'canonical shared project memory' is vague jargon and the description does not distinguish this tool from the sibling memory_checkpoint. An agent cannot confidently tell when to pick this over other memory-related tools.

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?

No when-to-use guidance, no prerequisites, no alternatives mentioned. The description offers no context for selecting this tool over list_models, memory_checkpoint, or other siblings.

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