{
  "limits": { "queryLength": 120, "categoryLength": 80, "results": 3, "outputCharacters": 1500, "searchTimeoutMs": 10000 },
  "search": {
    "name": "moku_search_products",
    "inputSchema": {
      "type": "object", "additionalProperties": false, "required": ["query"],
      "properties": {
        "query": { "type": "string", "maxLength": 120, "pattern": "^(?:[^\\u0000-\\u001f\\u007f\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff])*$" },
        "category": { "type": "string", "maxLength": 80 }
      }
    }
  },
  "product": {
    "name": "moku_get_current_product",
    "inputSchema": { "type": "object", "additionalProperties": false, "properties": {} }
  }
}
