demo · Commerce · JSON · API for agents
Search the Luxe Leather store for premium collections
{
"name": "search_store",
"kind": "read",
"impl": "declarative",
"description": "Search the Luxe Leather store for premium collections",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search premium collections..."
}
}
}
}Check the return policy for products
{
"name": "check_return_policy",
"kind": "read",
"impl": "declarative",
"description": "Check the return policy for products",
"inputSchema": {
"type": "object",
"properties": {}
}
}