Create Display
create_displayCreates a display and returns managedUrl, a permanent link that turns whatever browser opens it into that screen. This is the DEFAULT way to a first screen: create, give the user the managedUrl to open on a device they already have (the phone in their hand, a tablet, a spare monitor, a second tab), then send content so they see a real page at once. It asks them to walk nowhere. Prefer pair_by_code only when they are standing at a dedicated screen (TV, wall panel, kiosk) already showing a 6-character code. Optionally creates inside an organization (org_id). Requires mcp:display.setup, granted to connectors on connection; NOT full admin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Friendly display name, e.g. 'Lobby Screen'. Required when org_id is set. | |
| org_id | No | Optional: create the display inside this organization (needs manager role and a free license slot). | |
| access_token | No | Optional bearer token; prefer session_request_id. | |
| session_request_id | No | Session handle from create_auth_session; pass it on every authenticated call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| status | No | ||
| setupUrl | No | ||
| managedUrl | No | ||
| pairingUrl | No | ||
| approvalUrl | No | ||
| pairingExpiresAt | No |