Skip to main content
Glama

Mobile Next MCP

Apache 2.0
2,070
  • Apple
  • Linux

mobile_set_orientation

Set device screen orientation to portrait or landscape using the Mobile Next MCP server for mobile automation tasks across iOS and Android platforms.

Instructions

Change the screen orientation of the device

Input Schema

NameRequiredDescriptionDefault
orientationYesThe desired orientation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "orientation": { "description": "The desired orientation", "enum": [ "portrait", "landscape" ], "type": "string" } }, "required": [ "orientation" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EmpathySlainLovers/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server