get_agent_authentication_statusAnswer
Whether this site publishes OAuth/OIDC discovery metadata for AI agents.
View tool JSON
{
"name": "get_agent_authentication_status",
"kind": "answer",
"impl": "imperative",
"description": "Whether this site publishes OAuth/OIDC discovery metadata for AI agents.",
"inputSchema": {
"type": "object",
"properties": {}
}
}search.executeAction
Search the XXL storefront product catalog for a query string and open the search results page.
View tool JSON
{
"name": "search.execute",
"kind": "act",
"impl": "declarative",
"description": "Search the XXL storefront product catalog for a query string and open the search results page.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keywords (minimum 2 characters unless searching by article number)."
}
},
"required": [
"query"
]
}
}