Skip to main content
Glama

PlayCanvas Editor MCP Server

Official
by playcanvas

store_search

Locate assets in the PlayCanvas Editor store by specifying search terms, sorting order, and pagination parameters for efficient project integration.

Instructions

Search for an asset in the store

Input Schema

NameRequiredDescriptionDefault
limitNo
orderNo
searchYes
skipNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "type": "number" }, "order": { "enum": [ "asc", "desc" ], "type": "string" }, "search": { "type": "string" }, "skip": { "type": "number" } }, "required": [ "search" ], "type": "object" }

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