Can Bedrock do this
check_feasibilityChecks whether a user request can be built with a behavior pack and the @minecraft/server API. If it is blocked, returns why, the evidence behind that rule, and a workable alternative. Call this BEFORE writing any code or JSON: input simulation, file system access and network access do not exist in the Bedrock scripting API, and those are the most commonly hallucinated APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | The user request in their own words. Any language is accepted. |