Close currently open UI. Returns success/failure
Scanned 6/6/2026
Install via CLI
openskills install bdambrosio/Cognitive_workbench---
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
- `value`: Ignored
## Output
Returns uniform_return format with:
- `value`: Text summary (success/failure message)
- `data`: Structured data dict (machine-readable). Key fields:
- `success`: Boolean
## 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:
```json
{"type":"mc-close","out":"$close"}
```
No comments yet. Be the first to comment!