compare_products
InactiveTool of iDevice Wearables
Compare two wearable products side by side using live specs (battery, sensors, price, ecosystem, availability, and more) from the per-category spec tables. One or both can be unreleased. Pass product slugs (see list_roadmaps). Returns [productA, productB] in the requested order.
Parameters schema
{
"type": "object",
"required": [
"slug_a",
"slug_b"
],
"properties": {
"slug_a": {
"type": "string",
"description": "First product slug"
},
"slug_b": {
"type": "string",
"description": "Second product slug"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
iDevice Wearables
https://github.com/ralphieusa/ralphie
1/7 registries