open_uri
Initiate actions on an Android device by opening a specified URI directly, enabling quick access to resources or functionalities.
Instructions
Open a URI on the connected Android device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uri": {
"title": "Uri",
"type": "string"
}
},
"required": [
"uri"
],
"title": "open_uriArguments",
"type": "object"
}