getProposal
Retrieve a specific proposal to view its current status, see which participants have responded, and obtain the acceptedSlotId needed for creating a booking. Requires the proposalId, obtainable via listProposals.
Instructions
Use this tool when you need to inspect a specific proposal — to see its current status, check which participants have and have not yet responded, or retrieve the acceptedSlotId you will need to pass into createBooking once the proposal is accepted. If you do not have the proposalId, call listProposals first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposalId | Yes | UUID of the proposal to retrieve. |