screen_share
Generate a shareable link for a custom quality scoring screen. Recipients can view and load the exact configuration, and identical configs return the same URL without duplication.
Instructions
Create a shareable link for a screen (CustomScoreConfig) and return its URL.
Persists the screen configuration and returns a short, public link that can be copy-pasted to anyone — recipients open it to view and load the exact screen. The link is content-addressed: sharing an identical config returns the same URL instead of creating a duplicate.
Args:
config: The complete CustomScoreConfig to share — weighted metric groups,
scoring parameters (winsorizePercentile, missingDataPercentile,
normalizeGroupZScores, includeDuplicatesInScoring), and an optional
nested filters block. Loose inputs (snake_case keys, legacy
winsorize/zScore flags, or top-level filter keys) are normalized to
this shape so the shared link always renders.
Returns:
dict with url (the shareable link to copy-paste), slug (the short
identifier), created (True if newly created, False if an identical
screen already existed), and view_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes |