site_searchAction
Search the site catalog of Android apps and games by name or keyword.
View tool JSON
{
"name": "site_search",
"kind": "act",
"impl": "declarative",
"description": "Search the site catalog of Android apps and games by name or keyword.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Search query (at least 2 characters). Examples: netflix mod, minecraft, iptv"
}
},
"required": []
}
}site_search_drawerAction
Search the site from the navigation drawer.
View tool JSON
{
"name": "site_search_drawer",
"kind": "act",
"impl": "declarative",
"description": "Search the site from the navigation drawer.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Search query (at least 2 characters). Examples: netflix mod, minecraft, iptv"
}
},
"required": []
}
}site_search_headerAction
Search the site from the desktop header bar.
View tool JSON
{
"name": "site_search_header",
"kind": "act",
"impl": "declarative",
"description": "Search the site from the desktop header bar.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Search query (at least 2 characters). Examples: netflix mod, minecraft, iptv"
}
},
"required": []
}
}site_search_mobileAction
Search the site from the mobile header bar.
View tool JSON
{
"name": "site_search_mobile",
"kind": "act",
"impl": "declarative",
"description": "Search the site from the mobile header bar.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Search query (at least 2 characters). Examples: netflix mod, minecraft, iptv"
}
},
"required": []
}
}