action intel_get_code_name { label: "5. Get list of codename details for Intel products." description: "Use this to get codename details for Intel products. No pagination supported." provider: intel method: GET path: "/api/products/get-codename" encoding: json input: { type: "object" properties: { locale_geo_id: { type: "string" } } required: ["locale_geo_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }