Skip to main content
Glama

mcp2tcp

led

Control LED states (on/off) via the MCP2TCP server, enabling natural language commands to manage TCP-connected hardware devices.

Instructions

打开LED (state=on)

Input Schema

NameRequiredDescriptionDefault
stateYesParameter state for the led command

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "state": { "description": "Parameter state for the led command", "examples": [ "设置LED状态为value (on或off)" ], "type": "string" } }, "required": [ "state" ], "type": "object" }
Install Server

Other Tools from mcp2tcp

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/mcp2everything/mcp2tcp'

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