Skip to main content
Glama

list_3mf_plate_objects

Retrieve object IDs from a sliced 3MF plate to skip selected objects during a running print.

Instructions

List object IDs from a sliced 3MF plate. Use these IDs with skip_objects during a running print.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
three_mf_pathYesPath to a sliced 3MF/.gcode.3mf file
plate_indexNo0-based plate index to inspect (default: 0)
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It indicates a read-only operation (list) but does not elaborate on side effects, permissions, or limitations. The simplicity of the tool partially mitigates this gap.

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 with no fluff. The purpose is front-loaded, and every sentence adds value.

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 (no output schema, no nested objects), the description provides enough context: what the tool does, how to use the results, and the parameters. It could briefly mention the output format, but not essential.

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?

The input schema already describes both parameters with full coverage. The description adds context about the file being 'sliced' and the use with skip_objects, but does not significantly enhance the parameter meaning beyond the schema.

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 clearly states it lists object IDs from a sliced 3MF plate and explicitly ties it to use with skip_objects, making the purpose and context very clear. It distinguishes itself from siblings like skip_objects by specifying its output.

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?

It provides direct guidance on when to use this tool: to get object IDs for skip_objects during a running print. While it doesn't discuss alternatives or when not to use it, the context is sufficient.

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/DMontgomery40/bambu-printer-mcp'

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