get_tender
Fetch the full open tender notice by its exact reference number, including description, dates, category, trade agreements, and buyer. Use after search_tenders to get complete details for a specific notice.
Instructions
Fetch one open tender notice in full by its exact reference number: complete description, dates, category, trade agreements and buyer.
Use after search_tenders has found a notice worth reading. This does not search — the
reference number must match exactly, and an unknown one returns no rows rather than an error.
Buyer contact details are personal data and are withheld by default. Set include_contact to
true only when the user has actually asked how to reach the buyer; the call is refused without
the pii scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_contact | No | Include the buyer's name, email and phone. This is personal data: set it true only when the user has asked how to contact the buyer, never speculatively. Requires the `pii` scope; without it the call fails. | |
| reference_number | Yes | The notice's exact reference number, as returned by `search_tenders` — for example 'MX-2026-12345'. Not a title or a keyword. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||