Skip to main content
Glama

mcp2tcp

pwm

Control PWM frequency for hardware devices via MCP protocols. Set frequency values (0-100) to manage device output directly through natural language commands.

Instructions

把PWM调到最大 (frequency=100)

Input Schema

NameRequiredDescriptionDefault
frequencyYesParameter frequency for the pwm command

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "frequency": { "description": "Parameter frequency for the pwm command", "examples": [ "请将PWM设置为value (0-100的整数)" ], "type": "string" } }, "required": [ "frequency" ], "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