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.
Use this page for remote tool discovery. Use CLI Tool Manifest for local CLI command discovery.
curl "https://simplefunctions.dev/api/tools"
The response lists public and agent-facing SimpleFunctions tools: world state, world delta, query, screen, inspect, query-econ, query-gov, and related surfaces.
Use it when an agent needs to discover HTTP endpoints without scraping documentation.
Prompt context
Use this when an agent needs SimpleFunctions prompt/runtime context from the HTTP surface.
MCP transport
GET /api/mcp/{transport}
POST /api/mcp/{transport}
MCP exposes SimpleFunctions tools to compatible clients. Use MCP when the host supports tool registration and structured tool calls.
Local CLI equivalent
sf describe --all --json
sf tools --json
sf tools search "world state" --json
For agents running on a user machine, the CLI manifest is usually better because it reflects the installed CLI version, local auth state, and local command flags.