Afficher la fiche détail d'un BCF
tc_bcf_detail_appDisplay an interactive card with full BCF topic details: description, status, priority, comments, and viewpoint snapshots. Update status, priority, or add comments inline.
Instructions
Show an interactive MCP App card with the full detail of one BCF topic: description, status, priority, comments thread, attached viewpoints (snapshots loadable on click), plus inline actions to change status/priority and add a comment. Use this when the user asks to SEE the detail of a specific BCF (e.g. 'montre-moi le détail du BCF X'). Resolve the topic GUID first with tc_bcf action topics_list if the user gave a title. For plain data without UI, use tc_bcf action topic_get instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | Trimble Connect region: us (North America), eu (Europe), ap (Asia-Pacific), ap-au (Australia) | |
| topicId | Yes | GUID of the BCF topic | |
| projectId | Yes | Trimble Connect project ID | |
| bcfVersion | No | BCF API version | 2.1 |
| snapshotViewpointId | No | If set, return the snapshot image (data URL) of this viewpoint instead of the topic detail (used internally by the app UI) |