uloop-get-menu-items

Retrieve Unity MenuItems.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "uloop-get-menu-items" with this command: npx skills add hatayama/uloopmcp/hatayama-uloopmcp-uloop-get-menu-items

uloop get-menu-items

Retrieve Unity MenuItems.

Usage

uloop get-menu-items [options]

Parameters

Parameter Type Default Description

--filter-text

string

Filter text

--filter-type

string contains

Filter type: contains , exact , startswith

--max-count

integer 200

Maximum number of items

--include-validation

boolean false

Include validation functions

Global Options

Option Description

--project-path <path>

Target a specific Unity project (mutually exclusive with --port )

-p, --port <port>

Specify Unity TCP port directly (mutually exclusive with --project-path )

Examples

List all menu items

uloop get-menu-items

Filter by text

uloop get-menu-items --filter-text "GameObject"

Exact match

uloop get-menu-items --filter-text "File/Save" --filter-type exact

Output

Returns JSON array of menu items with paths and metadata.

Notes

Use with uloop execute-menu-item to run discovered menu commands.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

uloop-find-game-objects

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-screenshot

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-clear-console

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-launch

No summary provided by upstream source.

Repository SourceNeeds Review