shared/tools/melaya/
Pull funding, open interest, liquidations, OHLCV, and the order book for the setup the trader is about to take. Read only, no HITL needed because nothing writes.
melaya_funding_rates_latestmelaya_open_interest_latestmelaya_cex_liquidations_latestmelaya_ohlcvmelaya_orderbookmelaya_tickersmelaya_market_snapshot
shared/tools/melaya_strat/
Run a fresh backtest or pull a parameter sweep so QuantAnalyst can verify the thesis on this regime before sizing. Read and start jobs only, no live execution path from this bundle.
melaya_backtest_startmelaya_backtest_resultsmelaya_backtest_tradesmelaya_backtest_sweep_resultsmelaya_backtest_funding_range
shared/tools/melaya_exec/
Stage the live order the trader will click and route the paper version through the sim account first. melaya_place_order, melaya_cancel_order, and melaya_set_leverage are HITL by default for this crew.
melaya_place_ordermelaya_cancel_ordermelaya_get_positionsmelaya_get_account_balancemelaya_set_leveragemelaya_exec_sim_place_order
shared/tools/coinglass_tools/
Cross check perp positioning across venues with funding, OI, liquidations, and the long-short ratio. ExecutionSpecialist uses this to size the adverse selection cost. Read only.
cg_funding_ratecg_open_interestcg_liquidationscg_long_short_ratio
shared/tools/finance/
Pull equities, FX, and macro context for the discretionary trader running futures or single names alongside perps. Read only, no HITL needed.
alphavantage_stock_pricealphavantage_stock_historyalphavantage_stock_indicatorsfx_ratealphavantage_macro_dataalphavantage_sector_performance
shared/tools/fred_tools/
Reach FRED for rates, DXY, inflation prints, and the 30 day release calendar that moves position sizing. Read only, every chart cites its series id.
fred_series_observationsfred_series_searchfred_release_datesfred_series_info
shared/tools/sec_edgar_tools/
Pull 10 K, 10 Q, 8 K, and Form 4 data straight from EDGAR for the equity trader who refuses to size before reading the filing. Read only.
edgar_ticker_to_cikedgar_recent_filingsedgar_full_text_searchedgar_insider_form4edgar_company_facts
shared/tools/knowledge/
Build the per workflow store from your trade journal, win and loss postmortems, playbook, and research papers. Powers all three knowledge layers. Indexing is HITL gated when new corpora are added.
build_knowledge_from_textbuild_knowledge_from_filebuild_knowledge
shared/tools/core/
General research, structured fetch, and a Slack drop for the post-trade review. pause_for_human is the explicit approval node any workflow can call before order_send.
web_searchweb_fetchhttp_requestcalculateslack_post_textpause_for_human