Skip to main content
Glama
zinin

sketchup-mcp2

by zinin

list_components

List groups and component instances in a SketchUp model with their IDs, names, types, layers, depths, and bounding boxes. Optionally descend into nested components up to a specified depth.

Instructions

List groups and component instances in the model.

Returns each as {id, name, type, layer, depth, bbox_mm}. Bounds are in world coordinates. Set recursive=true to descend into nested components (bounded by max_depth, default 3).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recursiveNo
max_depthNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the return format (id, name, type, layer, depth, bbox_mm) and recursion behavior, but does not mention whether the operation is read-only, permissions needed, or performance implications.

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: two sentences plus a return format list. It front-loads the primary verb and resource, with no redundant or unnecessary text.

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 and the existence of an output schema (implied by the return format listed), the description covers all essential aspects: what is listed, recursion parameters, and return structure. Minor omissions like handling of hidden components do not detract significantly.

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

Parameters5/5

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

The input schema has 0% coverage, meaning no parameter descriptions. The tool description fully compensates by explaining 'recursive' for descending into nested components and 'max_depth' for bounding recursion with default and range values.

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?

The description explicitly states 'List groups and component instances in the model' with a specific verb and resource. It details the return fields, distinguishing it from sibling tools like find_components or create_component.

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

Usage Guidelines3/5

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

The description implies use for listing top-level components by default, with optional recursion. However, it does not explicitly compare to sibling tools like find_components or get_component_info, nor does it state when not to use this tool.

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/zinin/sketchup-mcp2'

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