Skip to main content
Glama

AutoMobile

by zillow

handleIntentChooser

Automate handling of system intent chooser dialogs by specifying preferences like 'always', 'just_once', or selecting a custom app package for precise control in mobile automation workflows.

Instructions

Automatically handle system intent chooser dialog with specified preferences

Input Schema

NameRequiredDescriptionDefault
customAppPackageNoSpecific app package to select when preference is 'custom'
preferenceNoPreference for handling intent chooser (default: 'just_once')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "customAppPackage": { "description": "Specific app package to select when preference is 'custom'", "type": "string" }, "preference": { "description": "Preference for handling intent chooser (default: 'just_once')", "enum": [ "always", "just_once", "custom" ], "type": "string" } }, "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