MCP Server for Agent8

by planetarium
Verified

search_game_resources

Find game development assets like 3D models, textures, sounds, and animations using natural language descriptions. Retrieve relevant results with descriptions, URLs, and metadata through semantic search.

Instructions

Searches and retrieves relevant game development assets from a vector database based on natural language descriptions. This tool performs semantic search to find game assets such as 3D models, textures, sounds, and animations that match the user's requirements. [WHEN TO USE THIS TOOL] Use this tool when users need to find specific game assets by describing what they're looking for, such as: 1) "A medieval knight character sprite sheet", 2) "Running animation for a humanoid character", 3) "Weapon swing sound effect", 4) "Forest environment background". The tool uses semantic similarity to find the most relevant assets based on their descriptions. Results include asset descriptions, URLs, and any associated metadata.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
userMessageYesA detailed description of the game asset being searched for. The more specific and descriptive the message, the better the search results will be. Example: "A pixel art sprite sheet for a medieval knight character with idle and attack animations"

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "description": "Maximum number of results to return", "type": "number" }, "userMessage": { "description": "A detailed description of the game asset being searched for. The more specific and descriptive the message, the better the search results will be. Example: \"A pixel art sprite sheet for a medieval knight character with idle and attack animations\"", "type": "string" } }, "required": [ "userMessage" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for Agent8

Related Tools

ID: 72qko8mjvv