Skip to main content
Glama

AutoMobile

by zillow

setAppSource

Define the source code directory and platform (Android or iOS) for a specific app ID using this tool within AutoMobile’s mobile automation suite.

Instructions

For a given appId, set the source code path and platform.

Input Schema

NameRequiredDescriptionDefault
appIdYesApp ID to persist these settings for.
platformYesPlatform the app is built for.
sourceDirYesApp source code directory.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "App ID to persist these settings for.", "type": "string" }, "platform": { "description": "Platform the app is built for.", "enum": [ "android", "ios" ], "type": "string" }, "sourceDir": { "description": "App source code directory.", "type": "string" } }, "required": [ "sourceDir", "appId", "platform" ], "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/zillow/auto-mobile'

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