IsImeActiveTool
Reports whether the droid-mcp IME is currently bound with an editor focused, via InputMethodServiceHolder.isActive. Always succeeds — no special-access gating, since this tool exists precisely to let the LLM check before calling the gated IME tools. Output: active (bound + has an input connection) and bound (service instance exists, regardless of connection state).