ValueinValuein
Discovery

Save Figure Review

save_figure_review
Free
Pro · Institutional

Record (or update) the review state of ONE figure inside a report — the durable answer to 'has a human traced this number back to its filing?' Upsert keyed on (report_id, figure_key): re-reviewing a figure REPLACES its prior mark, it never appends, so this is always the figure...

Example Call

example_call.pypython
# Using the Valuein MCP server from Python (via MCP SDK)# Or call directly from Claude / Cursor after setup result = await client.call_tool(    "save_figure_review",    arguments={})print(result)

Direct tool call:save_figure_review(...)

Inputs

This tool takes no inputs.

Output Fields

Example Response

Illustrative
response.jsonjson
{}

Shape only — field names match the live schema; values are placeholders, not real filings. See MCP server for the structured response shape.

Notes

Available from sp500 tier and above.