Get usage snippet
get_asset_usageCode or steps to load an asset in three.js, React Three Fiber, , Blender, Godot or Unity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| framework | No | threejs |
get_asset_usageCode or steps to load an asset in three.js, React Three Fiber, , Blender, Godot or Unity.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| framework | No | threejs |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only states the functional output (code/steps) without mentioning side effects, auth requirements, rate limits, or whether it is read-only. As a 'get' operation it is likely safe, but this is not disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, direct sentence with no fluff. It is appropriately sized and front-loaded with the core purpose, making it easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, no annotations, and 0% parameter coverage, the description is severely incomplete. It fails to explain what the output looks like, the role of the 'slug' parameter, or any usage context. An agent would struggle to correctly invoke this tool without external knowledge.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It lists the frameworks (matching the enum for the 'framework' param) but does not explain the 'slug' parameter or its format. It adds minimal meaning beyond the schema, leaving the agent to guess what slug refers to.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns code or steps to load an asset, listing specific frameworks. This distinguishes it from sibling tools like get_asset (which likely returns the asset itself) and get_demo. The verb 'get' and resource 'usage' are explicit and unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives such as get_asset or get_demo. It does not mention any conditions or exclusions, leaving the agent to infer its purpose from the name alone. There is no explicit when/when-not guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.