MCP tool · Broadband
get_broadband_offers
Get every fiber broadband speed and price available at one address.
get_broadband_offers
Read-onlyIdempotent
Description
Get every fiber broadband speed and price available at one address. Use after search_broadband_addresses for "what does 1000/1000 cost there", "what speeds can I get", "is there a start fee". Returns offers[] — speedLabel, servicePlanId, monthlyPrice (ex VAT), monthlyPriceGross (inc VAT) and the one-off startFee — plus the resolved address and apartments[], the individual sockets in that building, so an apartment customer can identify their own door. Quote monthlyPriceGross to a private customer and monthlyPrice to a business; never derive one from the other.
Input
| Name | Type | Description |
|---|---|---|
address_id
required
|
integer |
The building id from search_broadband_addresses → data[].id.
|
customer_type
|
enum |
Whose price list to return: private for a household, business for a company. Omit to get both. One of private, business.
|