create_price_alert
ChatGPT建立到價通知規則。Create a price alert — notifies via app/web push when conditions met. NOT for 追蹤清單 (use watchlist tools).
create_watchlist
ChatGPT建立追蹤清單。Create a watchlist to group stocks. NOT for price notifications — use create_price_alert.
delete_note
ChatGPT刪除筆記 (Delete a note)
delete_price_alert
ChatGPT刪除到價通知規則。Delete a price alert rule permanently.
delete_watchlist
ChatGPT刪除追蹤清單。Delete a watchlist permanently. Removes the list, not the stocks.
get_all_notes
ChatGPT取得用戶所有筆記 (Get all notes for the user)
get_all_watchlists
ChatGPT列出所有追蹤清單。Get all watchlists (stock groups). NOT for price monitoring — use price alert tools.
get_content
ChatGPT取得指定類型的資料內容。Get specific data content by type. Use this when the user wants to look up stock data, market information, or other financial content.
get_note_by_stock
ChatGPT取得特定股票的筆記 (Get notes for a specific stock)
get_price_alert
ChatGPT取得到價通知詳情。Get a price alert rule and its trigger status.
get_price_alert_quota
ChatGPT取得到價通知額度。Get price alert quota: active count vs max allowed.
get_price_alerts
ChatGPT列出到價通知規則(分頁)。List price alert rules. Alerts notify via app/web push when conditions met. NOT 追蹤清單 (watchlist).
get_realtime_quote
ChatGPT取得股票最新即時股價、盤勢、走勢,包含成交價、漲跌、成交量等資訊。Get latest real-time stock quote, market overview, including price, change, volume, and market status.
get_watchlist
ChatGPT取得追蹤清單詳情。Get watchlist details and its stocks by ID.
list_content_specs
ChatGPT列出所有可查詢的資料類型。Use this when the user wants to know what financial data is available. Returns all accessible content types with their parameters, then use get_content to fetch specific data.
save_note
ChatGPT儲存或更新筆記 (Save or update a note)
update_price_alert
ChatGPT更新到價通知規則(會重置觸發狀態)。Update a price alert rule. Warning: resets trigger status to active.
update_watchlist
ChatGPT更新追蹤清單。Update watchlist: rename, add/remove stocks, reorder, or toggle Telegram notifications.