Skip to main content
Glama
MobileAiUse

phone-agent-mcp

by MobileAiUse

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PHONE_AGENT_WS_PORTNoWebSocket relay port number7788

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_agent_taskA

Run an AI Agent task on the connected phone. The agent will plan and execute multiple steps to achieve the goal using screen vision and touch controls.

abort_taskB

Abort the currently running Agent task.

get_task_resultA

Get the detailed result of a completed Agent task by its task ID.

get_latest_taskA

Get the most recent Agent task result from the current conversation.

take_screenshotA

Take a screenshot of the connected phone screen. Returns a PNG image.

get_device_statusA

Get information about the connected phone device (model, brand, OS version, etc.).

search_memoryB

Search the persistent memory of the phone agent by keywords. Returns semantic memories (learned experience) and/or episodic records (task history).

save_memoryB

Save a semantic memory (reusable knowledge) into the phone agent's persistent memory.

delete_memoryA

Delete one memory entry (semantic or episodic) by its id.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/MobileAiUse/mcp-server'

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