Skip to main content
Glama

ThinQ Connect MCP Server

Official

post_device_control

Send commands to control LG ThinQ smart devices by changing settings, adjusting temperatures, or modifying operation modes through the ThinQ Connect platform.

Instructions

Send control commands to a specific device on the ThinQ Connect platform to change its settings or state Args: device_type: Device type (e.g., DEVICE_AIR_CONDITIONER, DEVICE_ROBOT_CLEANER, DEVICE_STYLER) device_id: Unique ID of the device to control control_method: Co ntrol method name to execute (e.g., set_air_con_operation_mode, set_target_temperature, set_wind_strength) control_params: Parameter dictionary to pass to the control method (e.g., {'operation': 'POWER_OFF'}, {'temperature': 25}, {'wind_strength': 'HIGH'})

Returns: String containing device control result message

Input Schema

NameRequiredDescriptionDefault
control_methodYes
control_paramsYes
device_idYes
device_typeYes

Input Schema (JSON Schema)

{ "properties": { "control_method": { "title": "Control Method", "type": "string" }, "control_params": { "additionalProperties": true, "title": "Control Params", "type": "object" }, "device_id": { "title": "Device Id", "type": "string" }, "device_type": { "title": "Device Type", "type": "string" } }, "required": [ "device_type", "device_id", "control_method", "control_params" ], "type": "object" }

Other Tools from ThinQ Connect MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/thinq-connect/thinqconnect-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server