create_data_order

Queues a prepaid data bundle order. Duplicate same-MSISDN-and-amount requests inside 5 minutes may return HTTP 409.

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

What create_data_order does on SIMcloud

AI agents use create_data_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
msisdn string Yes
network string Yes Friendly network name or internal code.
reference string Yes

Parameters from the server's own tool schema.

Why create_data_order needs a policy

Creating a data order involves purchasing a prepaid data bundle, which constitutes a financial obligation/commitment. The server context explicitly mentions wallet balance, and the sibling tools (get_wallet_balance, create_airtime_order, create_electricity_order) confirm this is a payment platform.

From the tool's definition 'Queues a prepaid data bundle order' — this commits a financial transaction purchasing a prepaid data bundle, which incurs a cost against the wallet balance.

Questions about create_data_order

What does the create_data_order tool do? +

Queues a prepaid data bundle order. Duplicate same-MSISDN-and-amount requests inside 5 minutes may return HTTP 409. 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_data_order accept? +

create_data_order accepts 4 parameters: amount, msisdn, network, reference. Required: amount, msisdn, network, reference. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_data_order? +

Register the SIMcloud MCP server in PolicyLayer and add a rule for create_data_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_data_order? +

create_data_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_data_order? +

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

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

create_data_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_data_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.