Get Filing Summary
get_filing_summaryReturns an actuarial narrative summary for a single SERFF id — the Filing Type header, the "What This Filing Does" section (concrete bullet-pointed change list with page citations for Rate / Rule / Form / New Programme / Withdrawal filings), the structured Description, and the key references the summary cites.
This is the fastest route from "I have a SERFF id" to "I understand what this filing changes" — typically a few KB rather than the hundreds of KB of raw source. Page citations of the form (p. N) let a reviewer verify each claim against the source PDF.
Returns { error: ... } if no summary exists for the SERFF id (the filing has not yet been classified). Use list_filing_source_files and mcp_health to triage; do not retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serff | Yes | Canonical SERFF id, shape PREFIX-IDENTIFIER (e.g. "AAIC-134567890"). Validated against /^[A-Z]{3,5}-[A-Z0-9]{7,15}$/; invalid values return an error envelope. |