place_in_house
[EN] Place a live reference to another service's catalog into a house (needs edit_token) — not a copy. source 'mu' refs a wearmu.com brand slug (goods made by MU); source 'device' refs a device.house room key (word-driven hardware). The viewer / GET /api/projects//furnishings resolves these at view time so stock is always live and never duplicated. / 家に MU(wearmu.com の作ったもの) や device.house(言葉で動く実機) の在庫を 参照 で置く。edit_token 必須。複製せずポインタだけ持ち、表示時に各サービスをライブ解決する(常に最新・売れたら消える)。source='mu' は brand slug(例 biruwa)、source='device' は部屋キー(entrance/living/bedroom/kitchen/outdoor/any)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | mu: brand slug (例 biruwa, mcp) / device: 部屋キー (living 等) | |
| room | No | 家の中の置き場所 (表示用・任意) | |
| slug | Yes | 物件 slug (必須) | |
| source | Yes | 'mu'=wearmu.com / 'device'=device.house | |
| edit_token | Yes | create_house が返した edit_token (必須) |