submit_rfq
ActiveTool of Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
Forward a buyer request-for-quote or engineering question to the Commonlands engineering team. Use after the buyer provides their question and a reply-to email. The recipient is fixed to the Commonlands inbox (the agent cannot choose it); this only sends an inquiry and never creates an order, charges a card, or writes Shopify/customer data. Include part numbers, sensor, quantity, and application when known so the team can reply with a quote. Commonlands replies by email.
Parameters schema
{
"type": "object",
"required": [
"message",
"email"
],
"properties": {
"kind": {
"enum": [
"rfq",
"question"
],
"type": "string",
"description": "Whether this is a quote request or a general question. Defaults to question."
},
"name": {
"type": "string",
"description": "Optional buyer name."
},
"email": {
"type": "string",
"description": "The buyer's reply-to email so Commonlands can respond."
},
"sensor": {
"type": "string",
"description": "Optional sensor part number for context."
},
"company": {
"type": "string",
"description": "Optional company name."
},
"message": {
"type": "string",
"maxLength": 4000,
"description": "The buyer's question or RFQ details."
},
"quantity": {
"type": "integer",
"minimum": 1,
"description": "Optional quantity for the quote."
},
"application": {
"type": "string",
"description": "Optional application note."
},
"partNumbers": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"maxItems": 25
}
],
"description": "Optional Commonlands SKUs of interest (string or array)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
https://github.com/CommonlandsAbbe/commonlands-mcp
1/7 registries