MCP tools

list_cited_passages

The passages AI engines actually quoted from the brand's own pages in sampled answers: passage, URL, title, how many times it was quoted, on which engines, best position. Most quoted first. This is what engines quote FROM you; how they describe you in their own words is not stored, so it is not measured here.

When to use it

  • Use it when: You need the passages engines actually quoted from the brand's own pages.
  • Not when: You need how engines describe the brand in their own words; that text is not stored, so it is not measured here.

Parameters

NameTypeRequiredDescription
assetIdstringyesThe Visibility Asset UUID to query.
enginestringnoOnly passages quoted by this engine, as stored (for example perplexity).
limitnumbernoMaximum items to return; default 12, at most 50.

What comes back

Every field this tool can return. Checked against the handler on a real database in the test suite, not typed from memory.

FieldMeaning
assetIdThe asset asked about, echoed back.
dataStatusOne of ok, not_measured or empty_filter. not_measured means no measurement of this kind exists yet, which is not zero; empty_filter means data exists and your filter matched none of it.
hrefThe dashboard page that holds the evidence behind this result, for the right site. A signed-in person can open it; quote it beside the numbers.
passagesMost quoted first: passage, url, title, quotes, engines, bestPosition. Empty with dataStatus ok means no engine has quoted one of your pages in a sampled answer.
noteWhat is and is not measured here: quotes from your pages yes, prose about your brand no.

What comes back with the number

Shares arrive with the sample size behind them and a 95% Wilson interval. Values carry a provenance of measured, estimated or derived. A pillar that was not measured reports as not measured rather than as zero, and the composite Visibility Score is held until at least 5 of its 7 pillars are measured.

Example request

The wire shape, from the schema. Every argument is a placeholder.

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_cited_passages",
    "arguments": {
      "assetId": "<assetId from list_assets>",
      "engine": "<engine>",
      "limit": "<number>"
    }
  }
}

What dataStatus means

  • ok: There is at least one result, or a measured zero.
  • not_measured: No measurement of this kind exists yet for the asset. Not zero, and not a broken connection.
  • empty_filter: Data exists, and the filter you passed matched none of it. Retry without the filter.

Example prompt

Call list_cited_passages for my site. Which of our sentences do the engines quote, and on which engine?

Calling it

Connect the MCP server at https://app.seoaio.ai/api/mcp over the Streamable HTTP transport. Per-customer authentication is required, so nothing is exposed without it. Call list_assets first: every other tool needs an assetId from it.

Next

For an agent

Read the skill at /SKILL.md before calling anything. It carries the tool order and the rules for quoting a number, including the one that matters most: quoting a share without its interval overstates what we measured.