mobile_get_orientation
Retrieve the current screen orientation of a mobile device to enable accurate automation and interaction with applications through the Mobile Next MCP Server.
Instructions
Get the current screen orientation of the device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
noParams | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"noParams": {
"additionalProperties": false,
"properties": {},
"type": "object"
}
},
"required": [
"noParams"
],
"type": "object"
}