Skip to main content
Glama

architecture_create

Creates a structured architecture memory entry to map component relationships and responsibilities.

Instructions

Create an architecture memory for component structure mapping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownsNo
tagsYes
titleYes
detailsNo
projectNo
componentYes
statementYes
dependenciesNo
source_pathsNo
responsibilityYes
communicates_withNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.5.1

TDQS

C2.8/5.0
Behavior3/5

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

With no annotations, the description is the sole source of behavioral info. It implies a write operation (create), which is somewhat transparent, but it does not disclose side effects, required permissions, or whether the operation is reversible. This is a moderate level of transparency.

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 extremely concise and to the point, containing only the essential information about the tool's purpose. There is no fluff or redundant wording, making it efficient and easy to parse.

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 the tool's complexity (11 parameters, no annotation coverage), the description is severely lacking. It does not explain what an 'architecture memory' is, how to fill the required fields, what the output will be, or how this fits into the broader context. A minimal viable description would need to provide at least basic parameter guidance.

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?

The schema has 11 parameters, yet the description provides no explanation of what any parameter means or how they relate to 'component structure mapping.' Since schema coverage is 0%, the description adds no value for understanding the parameters, leaving users to infer their purpose from names alone.

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 clearly states the action (create) and the resource (architecture memory), making the purpose understandable. However, it does not differentiate this tool from sibling tools like memory_create_tool or gotcha_create, so ambiguity remains about when to prefer this specific tool.

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 explicit guidance on when to use this tool versus alternatives. The description does not mention criteria for selecting this tool over siblings, nor does it provide any usage context beyond the basic creation action.

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