# rtb_house_get_offers

> Read product offers from an RTB House advertiser feed. One of 7 RTB House tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [RTB House](https://www.getmcpads.com/docs/sources/rtb-house)

Read product offers from an RTB House advertiser feed. A result reaching the limit may be incomplete.

|  |  |
| --- | --- |
| Source | [RTB House](https://www.getmcpads.com/docs/sources/rtb-house) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `advertiserId` |
| Endpoint | https://mcp.getmcpads.com/rtb-house/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `advertiserId` | string | Required | RTB House advertiser hash. Use list_accounts for the selected accounts. |
| `name` | string | Optional | Human-readable name for this object. |
| `limit` | integer | Optional | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. Default: `100`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "rtb_house_get_offers",
    "args": {
      "advertiserId": "<string>"
    }
  }
}
```

- [RTB House metrics](https://www.getmcpads.com/docs/sources/rtb-house/metrics): What you can ask for.
- [RTB House dimensions](https://www.getmcpads.com/docs/sources/rtb-house/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/rtb-house/tools/rtb_house_get_offers
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
