Skip to main content
Glama
playcanvas

PlayCanvas Editor MCP Server

Official
by playcanvas

store_download

Import a public store asset into the current project using its ID, name, and license obtained from store_get. Use only for new assets, not ones already in the project.

Instructions

Clone/import a public store asset into the current project. Requires the license fields returned by store_get. Reaches an external service over the network and adds new assets to the project. When NOT to use: for assets already in the project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesStore asset id (from store_search)
nameYesName for the imported asset
folderNoAsset ID
licenseYesLicense info from store_get

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 schema fields changedv0.7.0
    • addedInput schema / properties / folder
      Added value: +{
      +  "description": "Asset ID",
      +  "exclusiveMinimum": 0,
      +  "type": "integer"
      +}
    • addedInput schema / properties / id / description
      Added value: +"Store asset id (from store_search)"
    • addedInput schema / properties / license / description
      Added value: +"License info from store_get"
    • addedInput schema / properties / name / description
      Added value: +"Name for the imported asset"
  2. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=false, openWorldHint=true, and idempotentHint=false. The description adds useful behavioral context beyond these: it 'reaches an external service over the network' and 'adds new assets to the project,' which clarifies the side-effect profile. There is no contradiction with the 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?

Three short sentences, all substantive and front-loaded. The main action and scope come first, followed by prerequisites and side effects, with the exclusion last. No filler or repetition of schema details.

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?

For a network-reaching mutation tool with no output schema, the description covers the core call requirements: purpose, prerequisite, external side effect, and when not to use it. It does not describe return values, but with no output schema and a clear effect statement, the definition is still reasonably complete.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds minimal parameter meaning beyond the schema: it refers to the license fields returned by store_get, but the schema already says 'License info from store_get.' No additional semantic value is provided for id, name, or folder.

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 a specific verb and resource: 'Clone/import a public store asset into the current project.' It clearly distinguishes store_download from generic download_asset and sketchfab_import by specifying 'store asset' and 'public'. This is enough for an agent to know what the tool does and how it differs 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 Guidelines4/5

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

The description gives a clear prerequisite: 'Requires the license fields returned by store_get.' It also provides an explicit exclusion: 'When NOT to use: for assets already in the project.' However, it does not name an alternative tool to use in that exclusion case, so it stops short of full alternative routing.

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/playcanvas/editor-mcp-server'

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