# cancel_by_client_order_id

Cancel order by client order ID.

Agent View of the PolicyLayer registry record for `cancel_by_client_order_id`. HTML page: https://policylayer.com/tools/adhinugroho1711-mcp-indodax/cancel-by-client-order-id

## Facts

- Tool: `cancel_by_client_order_id`
- Server: Indodax MCP Server (`adhinugroho1711/mcp-indodax`) — https://policylayer.com/tools/adhinugroho1711-mcp-indodax.md
- Homepage: https://github.com/adhinugroho1711/mcp-indodax
- Risk category: Destructive (Critical risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Hidden

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "cancel_by_client_order_id",
    "arguments": {}
  }
}
```

## Why cancel_by_client_order_id is rated Critical

Cancelling a trading order permanently removes it from the order book. While it doesn't move money directly, it irreversibly destroys the order and cannot be reinstated, making it Destructive. The blast radius is high because an AI agent misusing this tool could cancel legitimate open orders, potentially causing financial harm by missing intended trades.

From the tool's own definition: "Cancel order by client order ID — cancelling an order is an irreversible action that terminates an existing trading order and cannot be undone."

## Use case

AI agents call cancel_by_client_order_id to permanently remove resources in Indodax MCP Server, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

## Recommended policy (PolicyLayer)

Verdict: **Hidden**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Indodax MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "cancel_by_client_order_id"
  ]
}
```

## Other tools on Indodax MCP Server (21)

- `cancel_order` — Destructive — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/cancel-order.md
- `create_voucher` — Financial — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/create-voucher.md
- `trade` — Financial — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/trade.md
- `withdraw_coin` — Financial — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/withdraw-coin.md
- `check_downline` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/check-downline.md
- `get_info` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/get-info.md
- `get_order` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/get-order.md
- `get_order_by_client_order_id` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/get-order-by-client-order-id.md
- `list_downline` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/list-downline.md
- `open_orders` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/open-orders.md
- `order_history` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/order-history.md
- `pairs` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/pairs.md
- `price_increments` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/price-increments.md
- `server_time` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/server-time.md
- `summaries` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/summaries.md
- `ticker` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/ticker.md
- `ticker_all` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/ticker-all.md
- `trade_history` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/trade-history.md
- `trades` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/trades.md
- `trans_history` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/trans-history.md
- `withdraw_fee` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/withdraw-fee.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=adhinugroho1711-mcp-indodax · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/adhinugroho1711-mcp-indodax
