# get_order_status

Get the status of a specific order.

Agent View of the PolicyLayer registry record for `get_order_status`. HTML page: https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-order-status

## Facts

- Tool: `get_order_status`
- Server: Groww MCP Server (`abhijeetmohanan/growwmcp`) — https://policylayer.com/tools/abhijeetmohanan-growwmcp.md
- Homepage: https://github.com/abhijeetmohanan/growwmcp
- 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_status",
    "arguments": {}
  }
}
```

## Why get_order_status is rated Low

This tool retrieves status information about an existing order. It performs no side effects, does not create, modify, or delete data, and does not execute trades or move funds. The action is a simple data retrieval (get), making it a Read category tool.

From the tool's own definition: "Tool name 'get_order_status' and description 'Get the status of a specific order' indicate a read-only query operation that retrieves order information without modifying any state."

## Use case

AI agents call get_order_status to retrieve information from Groww 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 Groww MCP Server:

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

## Other tools on Groww MCP Server (30)

- `cancel_order` — Destructive — https://policylayer.com/tools/abhijeetmohanan-growwmcp/cancel-order.md
- `calculate_order_margin` — Financial — https://policylayer.com/tools/abhijeetmohanan-growwmcp/calculate-order-margin.md
- `modify_order` — Financial — https://policylayer.com/tools/abhijeetmohanan-growwmcp/modify-order.md
- `place_order` — Financial — https://policylayer.com/tools/abhijeetmohanan-growwmcp/place-order.md
- `subscribe_ltp` — Financial — https://policylayer.com/tools/abhijeetmohanan-growwmcp/subscribe-ltp.md
- `get_active_subscriptions` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-active-subscriptions.md
- `get_all_instruments_summary` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-all-instruments-summary.md
- `get_available_margin` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-available-margin.md
- `get_historical_candles` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-historical-candles.md
- `get_holdings` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-holdings.md
- `get_index_value` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-index-value.md
- `get_live_ltp` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-live-ltp.md
- `get_ltp` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-ltp.md
- `get_market_depth` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-market-depth.md
- `get_ohlc` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-ohlc.md
- `get_order_detail` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-order-detail.md
- `get_order_list` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-order-list.md
- `get_position_by_symbol` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-position-by-symbol.md
- `get_positions` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-positions.md
- `get_quote` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-quote.md
- `get_trades_for_order` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/get-trades-for-order.md
- `search_instrument_by_exchange_token` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/search-instrument-by-exchange-token.md
- `search_instrument_by_groww_symbol` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/search-instrument-by-groww-symbol.md
- `search_instrument_by_trading_symbol` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/search-instrument-by-trading-symbol.md
- `search_instruments` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/search-instruments.md
- `subscribe_index_value` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/subscribe-index-value.md
- `subscribe_market_depth` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/subscribe-market-depth.md
- `subscribe_order_updates` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/subscribe-order-updates.md
- `subscribe_position_updates` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/subscribe-position-updates.md
- `unsubscribe_ltp` — Read — https://policylayer.com/tools/abhijeetmohanan-growwmcp/unsubscribe-ltp.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=abhijeetmohanan-growwmcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/abhijeetmohanan-growwmcp
