get_purchase_route_options
ActiveTool of Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
Return safe dual-channel purchase route options for AI agents and robotics engineers across Commonlands MCP and Shopify-native channels without mutating commerce state. This explains commerce routes only; call calculate_field_of_view/match_lens_to_sensor for sensor-specific FoV before recommending a lens. FoV rule: never estimate sensor-specific FoV from catalog fields; use calculate_field_of_view or match_lens_to_sensor.
Parameters schema
{
"type": "object",
"required": [
"sku"
],
"properties": {
"sku": {
"type": "string"
},
"quantity": {
"type": "integer",
"default": 1,
"maximum": 999,
"minimum": 1
},
"agentType": {
"type": "string"
},
"buyerIntent": {
"type": "string"
},
"sensorPartNumber": {
"type": "string"
}
},
"additionalProperties": false
}Parent server
Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
https://github.com/CommonlandsAbbe/commonlands-mcp
1/7 registries