set_regulation_mode

Set the heating regulation mode. Controls the overall heating system behavior. Use "heating" for normal operation, "off" to disable heating, or bleeding modes for system maintenance.

Server Plugwise plugwise-mcp-server
Category Execute
Risk class High
Parameters 11 required

What set_regulation_mode does on Plugwise

AI agents invoke set_regulation_mode to trigger actions in Plugwise. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
mode string Yes Regulation mode: "heating" for normal operation, "off" to disable, "bleeding_cold"/"bleeding_hot" for maintenance

Parameters from the server's own tool schema.

Why set_regulation_mode needs a policy

This tool triggers an external physical operation — changing the heating system's regulation mode. It can disable heating entirely or switch to maintenance modes, which could affect comfort, safety, or equipment. It is not merely writing data records but actively controlling real-world infrastructure, making it Execute with high severity due to potential environmental and safety impact.

From the tool's definition 'Set the heating regulation mode. Controls the overall heating system behavior. Use "heating" for normal operation, "off" to disable heating, or bleeding modes for system maintenance.'

Questions about set_regulation_mode

What does the set_regulation_mode tool do? +

Set the heating regulation mode. Controls the overall heating system behavior. Use "heating" for normal operation, "off" to disable heating, or bleeding modes for system maintenance. It is categorised as a Execute tool in the Plugwise MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does set_regulation_mode accept? +

set_regulation_mode accepts 1 parameter: mode. Required: mode. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on set_regulation_mode? +

Register the Plugwise MCP server in PolicyLayer and add a rule for set_regulation_mode: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Plugwise. Nothing to install.

What risk level is set_regulation_mode? +

set_regulation_mode is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit set_regulation_mode? +

Yes. Add a rate_limit block to the set_regulation_mode rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block set_regulation_mode completely? +

Set action: deny in the PolicyLayer policy for set_regulation_mode. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides set_regulation_mode? +

set_regulation_mode is provided by the Plugwise MCP server (plugwise-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.