sell_stock_market
Execute a market sell order for a stock by providing its symbol and the number of shares.
Instructions
Places a market sell order for a stock.
Args:
symbol: The stock symbol to sell (e.g., "AAPL")
quantity: The number of shares to sellInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| quantity | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||