You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
25 Excel ops (workbook/sheet/data/format/chart/pivot/validation). No Microsoft Excel required (openpyxl).
Two ways to run: full server (stdio/SSE/HTTP) with all tool schemas in context, or the minimal path (slate docs plus run/xl_cli.py or run/*.sh) where you only load one op doc and the runner's stdout.
Token numbers
Full (all 25 tools)
Minimal (slate + runner)
Baseline
~2379 tokens
~446 total, ~18 per op
Example (3 ops)
293 tokens
~54 tokens
Minimal path uses about 5× fewer tokens for the tool surface in that scenario. Full surface = discoverability and full param docs; minimal = less context, deterministic, easier to debug. When to use which: notes/when-full-surface.md.