Describe Meeting
describe_meetingReturn the full dossier projection for a meeting reading, in the requested cognitive lens. Same lens enum and default as describe_place / describe_corridor — eight total projections (seven stakeholder lenses — developer, investor, broker, attorney, business, resident, civic-leader — plus synthesis as the default). Returns the lens-projected body, full frontmatter (jurisdiction, board, meeting_date, document_type, key_signals, vote tallies), citation-stable claims[] (per the Phase 11 Citable Contract; populates as meeting claim scopes graduate), four-clock freshness, and the structured record_status block (record_type / meeting_status / outcome_status / minutes_available / vote_final) — the last prevents agents from summarizing agenda intent as completed action. Use to ground citations in a specific meeting's reading; pair with list_meetings or meeting_index for discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lens | No | Optional cognitive lens. Default: synthesis (the whole-picture multi-projection view). Canonical lenses: developer, investor, broker, attorney, business, resident, civic-leader. Aliases route to canonical (legal/lawyer/counsel/regulator → attorney; realtor/intermediary → broker; civic/government → civic-leader; homeowner → resident; operator/site-selector → business; builder → developer). When the requested lens is not present in the dossier body, the response falls back to synthesis with fell_back_to_synthesis: true. | |
| slug | Yes | The meeting slug (e.g., "leesburg-pc-2026-01"). Use list_meetings or meeting_index to discover available slugs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| lens | Yes | ||
| slug | Yes | ||
| type | Yes | ||
| title | No | ||
| claims | Yes | ||
| freshness | Yes | ||
| projection | Yes | ||
| frontmatter | No | ||
| record_status | Yes | ||
| available_lenses | No | ||
| lens_was_requested | No | ||
| fell_back_to_synthesis | No |