REAM

Tool reference, abridged.

The engine has no UI. This is the whole product surface: tools your agent calls over MCP. The modeling core is below.

Abridged from the engine's tool definitions, 2026-07-26. Full reference ships with launch. ratify: docs

claude mcp add --transport http ream https://api.ream.dev/mcp ratify: endpoint

edit_tables

Create and reshape tables. A table is born with named dimensions, not rows and columns to defend.

ops · create · update · duplicate

set_default

Write the default formula for a variable, once, and every cell in every dimension fills itself. Dry-run first: validation and warnings come back with nothing saved.

modes · dry_run · write

set_range_default · set_rollup

Scope a formula to a slice of the model (a quarter, a team), or define how values roll up across a dimension.

edit_cells

Write a value at a named address. hires[month=Oct, team=Eng] = 3. No coordinates, ever.

edit_dimensions

Add, rename, and manage the axes of the model: their items, ranges, and settings.

surfaces · items · ranges · settings

edit_scenarios

Scenarios are real objects, not copied files. Create one, snapshot it, merge it back.

ops · create · snapshot · rename · merge · edit_variant

edit_history

Every write lands in the changelog with its chain. Undo reverts it. This is why a wrong assumption costs one call, not an afternoon of archaeology.

ops · undo

describe_table_blocks

Read the shape of what exists: tables, variables, dimensions, formulas. The map your agent orients by.

list_orgs

Which workspaces your key can touch. Auth is per human, one sign-in; the agent works within it.

Tool names and operations are drawn from the engine's source. Schemas, error shapes, and the full tool set arrive with the public docs. Meanwhile: /llms.txt carries this in plain text for your agent.