Skip to main content
Glama
june4432

thermo-control-mcp

by june4432

Set fan speed

set_fan_speed

Set Mac fan speed manually using RPM or percentage, with automatic revert to system control after a set duration to prevent overheating during intensive tasks.

Instructions

Put the Mac's fans into manual mode at a given speed. Provide either 'rpm' (absolute) or 'percent' (0-100, mapped onto each fan's min-max range). Values are clamped to the hardware's reported safe range. The setting expires after ttl_seconds (default 900, max 7200) and fans return to system control — call again to renew. A root-owned failsafe overrides manual control if any die sensor reaches 102°C. Typical use: raise fans BEFORE starting a heavy build/inference job so the machine stays out of thermal throttling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fanNoFan index to control; omit to apply to all fans
rpmNoAbsolute target RPM (mutually exclusive with percent)
percentNoSpeed as % of each fan's min→max range
ttl_secondsNoSeconds until automatic revert to system control (default 900)
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully discloses behavioral traits: manual mode, clamping to safe range, TTL expiration, and a failsafe at 102°C. This covers safety and auto-revert behaviors comprehensively.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured. The first sentence states the core purpose, followed by parameter explanations, expiration behavior, failsafe, and a typical use case. No redundant sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters, no output schema, and no annotations, the description covers all essential aspects: manual mode setup, parameter meaning, clamping, TTL, failsafe, and typical usage. It is complete enough for an AI agent to select and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds meaningful context: the relationship between rpm and percent (percent mapped to min-max range), the mutual exclusivity, and that values are clamped to safe range. It also clarifies that omitting fan applies to all fans.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Put the Mac's fans into manual mode at a given speed.' It specifies the resource ('Mac's fans') and the action ('manual mode'), and distinguishes from siblings like boost_fans, get_thermal_status, and set_fan_auto.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a typical use case ('raise fans BEFORE starting a heavy build/inference job') and explains the automatic revert after ttl_seconds. However, it does not explicitly state when not to use the tool or compare it to alternatives like boost_fans or set_fan_auto.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/june4432/thermo-control-mcp'

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