Skip to main content
Glama
thrixel

Thrixel MCP Server

Official
by thrixel

Inspect a 3D model

thrixel_inspect_model

Reveals a model's part names, per-part triangle counts, and a rendered thumbnail to identify exact node names before editing or to verify triangle budget before shipping.

Instructions

Show what a model actually contains: its part names, per-part triangle counts, and a rendered thumbnail.

Call this before any operation that targets specific parts - thrixel_edit_model, thrixel_retexture_model and thrixel_reduce_triangles all take exact node names, and guessing them fails. Also use it to check a triangle budget before shipping an asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
submission_idYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It describes the output (part names, triangle counts, thumbnail) which implies a read-only inspection. It does not mention side effects or permissions, but for a read tool this is sufficient. No contradiction with annotations.

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?

Two sentences, no wasted words. First sentence clearly states what the tool does and its output. Second sentence gives usage context. Perfectly front-loaded and efficient.

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

Completeness3/5

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

The tool has one parameter and no output schema or annotations. The description covers output and usage context well, but fails to document the parameter (submission_id). This missing detail reduces completeness for an otherwise simple tool.

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

Parameters2/5

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

The input schema has one parameter (submission_id) with 0% description coverage. The description does not explain what submission_id is or provide any format guidance. Given that the schema itself lacks a description, the tool description should compensate but does not.

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 states exactly what the tool does: shows part names, per-part triangle counts, and a rendered thumbnail. It distinguishes itself by recommending use before other tools that target specific parts (thrixel_edit_model, thrixel_retexture_model, thrixel_reduce_triangles), clearly differentiating from siblings.

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

Usage Guidelines5/5

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

The description explicitly says when to use this tool: 'Call this before any operation that targets specific parts' and lists the sibling tools that require exact node names. It also provides a second use case: checking triangle budget before shipping. This gives clear context and exclusions.

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/thrixel/thrixel_mcp'

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