search_positions
Search LLM-extracted policy arguments in space regulatory filings. Filter by docket, stance, argument type, target party, or filer to find who supported or opposed specific positions.
Instructions
Search LLM-extracted policy arguments across COMMENT / REPLY / PETITION filings. Filter by docket, overall stance, argument type, target party, or filer. Use this to answer questions like 'who opposed X?', 'what did SpaceX argue in 25-306?', 'which filings support modular satellite licensing?'. Returns one row per (filing, argument).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Substring search across argument text and executive summaries | |
| filer | No | Substring match on the filing party's canonical name | |
| limit | No | Max results (default 25, max 200) | |
| docket | No | Filter by docket number (e.g. '25-306') | |
| stance | No | Filter by overall stance: support|oppose|qualified_support|qualified_opposition|informational | |
| position | No | Filter by per-argument position: support|oppose|modify|neutral | |
| target_party | No | Substring match on target_party (the entity being addressed or opposed) | |
| argument_type | No | Filter by argument type: legal|technical|economic|policy|procedural |