| name | mc-close |
| type | python |
| description | Close currently open UI. Returns success/failure |
Minecraft Close Tool
Closes currently open UI interface. Returns success/failure status.
Purpose
UI management for closing opened interfaces like crafting tables, chests, and furnaces.
Input
Output
Returns uniform_return format with:
value: Text summary (success/failure message)
data: Structured data dict (machine-readable). Key fields:
Behavior & Performance
- Closes currently open UI
- Fails if no UI is open
- Returns immediately after closing
Guidelines
- Use after completing operations in opened UI
- Fails silently if no UI is open
- Use
mc-open to open UI interfaces
Usage Examples
Close open UI:
{"type":"mc-close","out":"$close"}