Skip to main content
Glama

Godot MCP

by Coding-Solo

get_uid

Retrieve the unique identifier (UID) for a specific file in a Godot project by providing the project directory and file path.

Instructions

Get the UID for a specific file in a Godot project (for Godot 4.4+)

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file (relative to project) for which to get the UID
projectPathYesPath to the Godot project directory

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the file (relative to project) for which to get the UID", "type": "string" }, "projectPath": { "description": "Path to the Godot project directory", "type": "string" } }, "required": [ "projectPath", "filePath" ], "type": "object" }
Install Server

Other Tools from Godot MCP

Related Tools

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/Coding-Solo/godot-mcp'

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