Skip to main content
Glama

MCP Server for Unity

by zabaglione

folder_list

Retrieve and display folder contents within a Unity project using specified path and recursive options for subdirectory listing.

Instructions

List contents of a folder in Unity project

Input Schema

NameRequiredDescriptionDefault
pathNoPath of the folder to list (default: Assets)
recursiveNoList all subdirectories recursively (default: false)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path of the folder to list (default: Assets)", "type": "string" }, "recursive": { "description": "List all subdirectories recursively (default: false)", "type": "boolean" } }, "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/zabaglione/mcp-server-unity'

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