Open one audit, design or report
fetchFree. Reads any single thing by its address, which looks like postclick://audit/ and comes from search, from describe, or from any other tool's answer. A plain id works too if that is all you have. expand is what makes this worth calling: pass * and you get everything attached in one go, which for an audit means the findings, the buyers and their walkthroughs, the competitor scan, the copy rewrites and the designs. Each arrives with its headline detail; the long write-ups are marked as withheld with the address to fetch them from, because all of them together run to well over a hundred thousand characters and would swamp the answer. Expand first to see the shape, then fetch the two or three that matter. For the audit as finished prose, get_audit_report is one call and reads better than any of this. For the audit written up as prose instead, get_audit_report is the one you want. For a picture, take the asset_id off a field here and pass it to get_asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Source ID returned by search. Alias of uri for ChatGPT retrieval. | |
| uri | No | The address, like postclick://audit/<id>. A bare id works too and will be looked up. | |
| expand | No | Comma separated names of things to pull in with it, or `*` for all of them. Every answer lists what else is available under available_links, so you can always go deeper without guessing. | |
| fields | No | Comma separated field names, when you only need a few. Left out, you get the useful ones. |