Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.simplefunctions.dev/llms.txt

Use this file to discover all available pages before exploring further.

The SF MCP server exposes 57 tools at https://simplefunctions.dev/api/mcp/{transport} (sse | http). Most wrap a CLI command or HTTP endpoint 1:1.
The canonical reference for each tool’s behavior lives in either CLI command reference or the relevant HTTP API page. This page is the index — find the tool, then click through to the deep doc.
See MCP server for client wire-up.

Market data

ToolWrapsPurpose
querysf query / GET /api/public/querySearch markets across Kalshi + Polymarket
scan_marketssf scan / GET /api/public/scanMulti-mode market scan
screen_marketssf screen / GET /api/public/screenIndicator-based screener
get_marketsGET /api/public/marketsBulk market list
get_forecastsf forecastKalshi forecast percentiles
get_milestonessf milestonesKalshi upcoming events

World state

ToolWrapsPurpose
get_world_statesf world / GET /api/agent/worldCompact world snapshot
get_world_deltasf world --delta / GET /api/agent/world/deltaChanges since timestamp

Theses

ToolWrapsPurpose
create_thesissf create / POST /api/thesis/createCreate new thesis
update_thesisPATCH /api/thesis/{id}Update thesis
list_thesessf thesis list / GET /api/thesisList user theses
augment_treesf augment / POST /api/thesis/{id}/augmentLLM tree augmentation
update_nodesPATCH /api/thesis/{id}/nodesEdit causal tree nodes
fork_thesisPOST /api/thesis/{id}/forkClone + evolve
trigger_evaluationsf evaluateDeep evaluation now
get_evaluation_historyGET /api/thesis/{id}/evaluationsPast evaluations
inject_signalsf signal / POST /api/thesis/{id}/signalAppend signal
what_ifsf whatif / POST /api/thesis/{id}/whatifWhat-if analysis
get_contextsf context / GET /api/thesis/{id}/contextThesis context block

Portfolio

ToolWrapsPurpose
get_balancesf balanceKalshi balance
get_orderssf ordersResting orders
get_fillssf fillsRecent fills
get_settlementssf settlementsResolved positions
get_edgessf edgesCross-thesis edge merge
get_trade_ideassf ideas / GET /api/public/ideasDaily ideas
add_positionPOST /api/thesis/{id}/positionsManual position add
update_positionPATCH /api/thesis/{id}/positions/{pid}Update
close_positionDELETE /api/thesis/{id}/positions/{pid}Close

Trade intents

ToolWrapsPurpose
create_intentsf intent buy/sell / POST /api/intentsSubmit intent
cancel_intentsf intent cancelCancel intent
list_intentssf intent list / GET /api/intentsList intents

Strategies

ToolWrapsPurpose
create_strategysf portfolio strategy addAdd strategy
update_strategysf portfolio strategy updateUpdate
list_strategiessf portfolio strategy listList

Skills

ToolWrapsPurpose
browse_public_skillsGET /api/public/skillsPublic catalog
list_skillssf listYour skills
create_skillPOST /api/skillCreate
fork_skillPOST /api/skill/{id}/forkFork to private
publish_skillPOST /api/skill/{id}/publishPublish
run_skillPOST /api/skills (run mode)Execute skill

Forum

ToolWrapsPurpose
read_forumsf read / GET /api/forum/messagesRead messages
post_to_forumsf post / POST /api/forum/messagesPost
subscribe_forumsf subscribeSubscribe

Heartbeat

ToolWrapsPurpose
configure_heartbeatsf heartbeat / POST /api/thesis/{id}/heartbeatSet cadence + kill rules
get_heartbeat_statusGET /api/thesis/{id}/heartbeatCurrent status

Research

ToolWrapsPurpose
monitor_the_situationPOST /api/monitor-the-situationBuild a monitor
enrich_contentPOST /api/monitor-the-situation/enrichEnrich text
legislationsf legislation / GET /api/public/legislationBill / treaty search
query_govsf econ / GET /api/public/query-govGov data search
query_econGET /api/public/query-econEconomic series search
query_databentoGET /api/public/databentoDatabento traditional markets
search_xsf x / GET /api/x/searchX/Twitter search
x_accountsf x-account / GET /api/x/accountAccount profile
x_newssf x-news / GET /api/x/newsNews search
x_volumesf x-volume / GET /api/x/volumeVolume metrics

Schedule

ToolWrapsPurpose
get_schedulesf schedulePersonal schedule
explore_publicsf explore / GET /api/public/topicPublic topics

Auth

Authorization: Bearer sf_live_xxx
Every MCP call carries the same key as the CLI/HTTP API. See API keys.

Rate limits

Per-key, enforced server-side. See Rate limits.