link_docket_to_client
Link a court docket to a client by matching the case name against the firm's client list. Automatically assigns if confident, otherwise asks for confirmation.
Instructions
Link a docket to a client in the firm's client list. If the case name matches a single client with high confidence, links automatically. If multiple clients are plausible matches, asks the user to confirm via an interactive prompt (elicitation) rather than guessing. Requires CLIENT_SOURCE_TYPE to be configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docket_id | Yes | CourtListener numeric docket ID | |
| case_name | Yes | The case name to match against the client list (e.g. from get_docket) |