Skip to main content
Glama

asset.fetch_url

blender_asset_fetch_url

Fetch a remote asset from a URL into the Blender scene, using guarded operations and transaction IDs to ensure safe, recoverable imports.

Instructions

PartMe Blender Harness command asset.fetch_url. Risk: standard; maturity: L1. Requirements: Per-request argument checks and session policy still apply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
filenameNo
_requestIdNoStable request id for replay safety
_authorizationNoAction-bound Harness authorization claim
_transactionIdYesHarness milestone transaction id
_expectedSceneRevisionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.5.1

TDQS

D1.8/5.0
Behavior2/5

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

Annotations are all false, so they do not clarify side effects. The description adds only 'Risk: standard; maturity: L1' and a session-policy caveat. It does not disclose whether the tool downloads from the network, writes files, modifies the current scene, or has other behavioral implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is short but does not earn its place: it repeats the command name and spends words on generic risk and maturity labels. This is under-specification rather than effective conciseness, with no front-loaded functional statement.

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

Completeness1/5

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

With six parameters, an output schema, and many closely related asset-fetching siblings, the description is far too thin. An agent cannot determine what the tool does, when to call it, what the parameters mean, or what the outcome will be.

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

Parameters1/5

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

Schema coverage is only 50%, and the key parameters `url` and `filename` have no schema descriptions. The tool description provides no parameter meaning at all, so it fails to compensate for the gaps or add value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description only restates the command name ('PartMe Blender Harness command `asset.fetch_url`') and adds generic risk/maturity boilerplate. It does not explicitly state that the tool fetches an asset from a URL, what the asset is, or how it enters the Blender scene, so it adds no real purpose clarity beyond the title.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus siblings like blender_asset_import_file, blender_asset_fetch_generated, or blender_asset_polypizza_download. The note that 'per-request argument checks and session policy still apply' is a generic constraint, not usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools