Skip to main content
Glama

assembly_clear

Clear assembly instances by deleting their copied solids and manifest entries. Use names=None to clear all, without affecting master solids.

Instructions

Remove instances from the assembly - their copied solids are erased from the drawing and their entries leave the manifest. names=None clears the whole assembly. Masters are never touched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description takes on the full burden of behavioral disclosure. It states that copied solids are erased, entries leave the manifest, and 'Masters are never touched'—important side effects and safety behavior. It doesn't mention reversibility or undo, but the core effects are adequately disclosed.

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 three sentences, leads with the primary action, and every sentence adds distinct value (purpose, effect, safety caveat). No redundancy or filler.

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?

Given the tool's simplicity (one optional parameter) and the presence of an output schema, the description covers the essential behavior: removal, scope via names, and preservation of masters. Minor omissions like undo behavior or error cases are acceptable given the low complexity.

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

Parameters4/5

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

The schema only defines 'names' as an optional array or null, but the description adds crucial meaning: 'names=None clears the whole assembly'. This clarifies the default behavior and the role of the parameter beyond the schema's structural definition.

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?

Description opens with 'Remove instances from the assembly', a clear verb+resource statement that sets this tool apart from siblings like assembly_place and assembly_list. It further clarifies the scope by specifying that copied solids are erased and manifest entries are removed.

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?

The description provides clear context for when to use the tool: removing instances from an assembly, with names=None clearing the whole assembly. It does not explicitly list alternative tools or exclusions, but the purpose is clear enough to guide selection.

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/Psalmustrack/lambdacad-mcp'

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