Loading...
Loading...
Retrieve Unity MenuItems via uloop CLI. Use when you need to: (1) Discover available menu commands in Unity Editor, (2) Find menu paths for automation, (3) Prepare for executing menu items programmatically.
npx skill4agent add hatayama/uloopmcp uloop-get-menu-itemsuloop get-menu-items [options]| Parameter | Type | Default | Description |
|---|---|---|---|
| string | - | Filter text |
| string | | Filter type: |
| integer | | Maximum number of items |
| boolean | | Include validation functions |
# 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 exactuloop execute-menu-item