MSMP Call
msmp.callExecute MSMP JSON-RPC methods to manage Minecraft servers. Use read-only mode for safe queries or confirm for high-risk operations.
Instructions
Call an arbitrary MSMP JSON-RPC method. Set read_only=true for safe reads; otherwise confirm=true is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | MSMP method, for example minecraft:server/status. | |
| params | No | Raw JSON-RPC params array or object. | |
| read_only | No | Declare this call as read-only to skip confirmation. | |
| confirm | No | Required true for high-risk operations. | |
| dry_run | No | Return a preview without executing the operation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||