style

record_style_calibration

Record the user's calibration edits into their style profile.

What it does

Call this after the user says they finished editing the calibration photos from start_style_calibration. Normally leave edits as None: the edits the user made are read from the imagic library automatically. Only pass edits explicitly (a list of {"photo_id": ..., "adjustments": {...}}) if you gathered them some other way. Returns how many were recorded and a profile summary.

Parameters

NameTypeRequired
session_id str required
edits list[dict] | None optional

Asking for it

You do not call this by name. You say what you want, and the agent picks the tool:

Point imagic at my shoot and tell me what you find.

The rest of the style tools

start_style_calibration learn_style_from_library match_style_from_examples get_style_profile apply_my_style

Where it runs

On your machine. imagic's MCP server is a local process that your AI client starts; the photos never leave your disk and nothing is uploaded. That is true of every tool in the reference, including this one.

To call it you need an MCP client connected to imagic. Setup takes about three minutes for Claude Code, Cursor, VS Code, Codex, Gemini CLI and ten others.

Give your AI the whole pipeline

record_style_calibration is one of 18 tools in imagic Max. The free 7-day trial includes all of them.