# get_order

Get order by its numeric ID.

Agent View of the PolicyLayer registry record for `get_order`. HTML page: https://policylayer.com/tools/adhinugroho1711-mcp-indodax/get-order

## Facts

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

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

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

## Why get_order is rated Low

This tool retrieves information about an existing order using its ID as a parameter. It performs a query operation without creating, modifying, deleting, or executing any orders. While it accesses trading account data (which could be considered sensitive), the act itself is read-only retrieval with no capability to change state or trigger financial transactions.

From the tool's own definition: "Tool name 'get_order' combined with description 'Get order by its numeric ID' indicates a retrieval operation with no modification or side effects."

## Use case

AI agents call get_order to retrieve information from Indodax MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

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

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_order": {}
  }
}
```

## Other tools on Indodax MCP Server (21)

- `cancel_by_client_order_id` — Destructive — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/cancel-by-client-order-id.md
- `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_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
