Skip to main content
Glama
playcanvas

PlayCanvas Editor MCP Server

Official
by playcanvas

store_search

Read-only

Search the public PlayCanvas asset store by keyword and get paginated results using skip and limit parameters. Then retrieve details or download assets to import them.

Instructions

Search the public PlayCanvas asset store by keyword. Results are paginated via skip + limit. Reaches an external service over the network. Use store_get for full details of a result, then store_download to import it. When NOT to use: to search assets already in this project (use list_assets).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of results to skip (pagination)
limitNoMax results to return
orderNoSort order
searchYesSearch keywords

Schema Changelog

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

  1. Changed8 schema fields changedv0.7.0
    • addedInput schema / properties / limit / description
      Added value: +"Max results to return"
    • addedInput schema / properties / limit / minimum
      Added value: +1
    • changedInput schema / properties / limit / type
      Previous value: -"number"New value: +"integer"
    • addedInput schema / properties / order / description
      Added value: +"Sort order"
    • addedInput schema / properties / search / description
      Added value: +"Search keywords"
    • addedInput schema / properties / skip / description
      Added value: +"Number of results to skip (pagination)"
    • addedInput schema / properties / skip / minimum
      Added value: +0
    • changedInput schema / properties / skip / type
      Previous value: -"number"New value: +"integer"
  2. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations declare readOnlyHint and openWorldHint, and the description adds meaningful behavioral context: it explicitly reaches an external service over the network and mentions pagination behavior via skip + limit. It does not discuss rate limits or result shape, but the annotation coverage reduces the burden and the added detail is useful.

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 carry the purpose, workflow, pagination, external-service context, and an exclusion rule. There is no filler, and the most important purpose statement is front-loaded.

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

Completeness5/5

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

For a read-only search tool, the description covers the resource, query mechanism, pagination, network/access expectations, and next steps for acting on results. Although there is no output schema, the mention of store_get for full details effectively indicates that search returns summary results. No critical information for selecting or invoking the tool is missing.

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 coverage is 100%, so the baseline is 3. The description confirms that 'search' is a keyword, and that skip and limit control pagination, adding slight value beyond the schema. However, it does not add meaningful detail about the 'order' parameter, and most parameter semantics already live in 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 opens with a specific verb and resource: 'Search the public PlayCanvas asset store by keyword.' It also differentiates itself from siblings by mentioning the intended workflow with store_get and store_download and explicitly excluding project-asset searches via list_assets.

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?

Usage guidance is explicit and actionable: it tells the agent to use store_get for full details, then store_download to import, and includes a direct 'When NOT to use' clause pointing to list_assets for project-local assets. This leaves little ambiguity about when this tool is appropriate.

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