create_electricity_order

Submits a prepaid electricity order through the authenticated SIMcloud account.

Server SIMcloud https://simcloud.co.za/api/mcp.php
Category Financial
Risk class Critical
Parameters 44 required

What create_electricity_order does on SIMcloud

AI agents use create_electricity_order to commit financial operations through SIMcloud — usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
amount number Yes
recipient string Yes Recipient mobile number for voucher notifications.
meter_number string Yes
client_reference string Yes

Parameters from the server's own tool schema.

Why create_electricity_order needs a policy

Creating an electricity order commits financial obligations by purchasing prepaid electricity tokens, debiting the wallet/account balance. This is a financial transaction that cannot be easily undone once submitted, making it Financial category with critical severity since an AI agent could drain account funds by submitting repeated or large electricity orders.

From the tool's definition Submits a prepaid electricity order through the authenticated SIMcloud account

Questions about create_electricity_order

What does the create_electricity_order tool do? +

Submits a prepaid electricity order through the authenticated SIMcloud account. It is categorised as a Financial tool in the SIMcloud MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does create_electricity_order accept? +

create_electricity_order accepts 4 parameters: amount, recipient, meter_number, client_reference. Required: amount, recipient, meter_number, client_reference. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_electricity_order? +

Register the SIMcloud MCP server in PolicyLayer and add a rule for create_electricity_order: 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 SIMcloud. Nothing to install.

What risk level is create_electricity_order? +

create_electricity_order is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit create_electricity_order? +

Yes. Add a rate_limit block to the create_electricity_order 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 create_electricity_order completely? +

Set action: deny in the PolicyLayer policy for create_electricity_order. 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 create_electricity_order? +

create_electricity_order is provided by the SIMcloud MCP server (https://simcloud.co.za/api/mcp.php). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

create_electricity_order is one line of SIMcloud's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

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.