audited Sep 2, 2026in 12s
96/ 100100% of the applicable check weight evaluated

6 tools registered. Strongest in shared experience, weakest in tool quality.

Shared experience100
Task completion100
Tool quality83
Trust100
https://scout-webmcp-2026.alx21.chatgpt.site
Captured view of https://scout-webmcp-2026.alx21.chatgpt.site

Tools

6 read, 0 write
Loading map
search_cards: warning

search_cards

Search normalized card variants and return the strongest exact-tier listing for each card.Answers a question. Declared read only.
pagehttps://scout-webmcp-2026.alx21.chatgpt.site/
implementation
viaimperative
entry pointdocument
registered after268ms
executepresent
api surface
queryrequired
max_total_centsoptional
raw_or_gradedoptional
grading_companyoptional
gradeoptional
minimum_seller_trustoptional
minimum_percent_below_marketoptional
limitoptional
annotations
read onlytrue
untrusted contentnot declared
titlenot declared
1 finding
warningSchema quality
weight 4
6 of 6 tool schemas are harder for an agent to use than they need to be: search_cards 7 parameters have no description (max_total_cents, raw_or_graded, grading_company, grade).
search_cards: 7 parameters have no description (max_total_cents, raw_or_graded, grading_company, grade); get_card_market_state: 2 parameters have no description (card_id, query); assess_listing: 1 par
fix
{
  name: "search_cards",
  inputSchema: {
    type: "object",
    properties: {
      query: { type: "string", description: "What to search for" }
    },
    required: ["query"]
  }
}
tool json
{
  "name": "search_cards",
  "description": "Search normalized card variants and return the strongest exact-tier listing for each card.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "maxLength": 160,
        "description": "Card name, set, number, grade, or condition."
      },
      "max_total_cents": {
        "type": "integer",
        "minimum": 1,
        "maximum": 10000000
      },
      "raw_or_graded": {
        "type": "string",
        "enum": [
          "RAW",
          "GRADED"
        ]
      },
      "grading_company": {
        "type": "string",
        "enum": [
          "PSA",
          "BGS",
          "CGC"
        ]
      },
      "grade": {
        "type": "number",
        "minimum": 1,
        "maximum": 10
      },
      "minimum_seller_trust": {
        "type": "number",
        "minimum": 0,
        "maximum": 100
      },
      "minimum_percent_below_market": {
        "type": "number",
        "minimum": 0,
        "maximum": 95
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 25
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  },
  "annotations": {
    "readOnlyHint": true
  }
}
Showing search_cards

Findings

Shared experience

100 / 100 · weight 30
passPage experience
weight 20
The page a person sees holds up next to the agent surface: a working interface, visible actions, readable content, nothing in the way.
passHuman parity
weight 10
The person co-browsing can see and use this page - the same page the agent's tools act on.

Task completion

100 / 100 · weight 25
passTool selection
weight 15
An agent chose an existing, callable tool and built a schema-valid call for all 3 canonical intents, each matching the kind of tool its intent needs. Nothing was executed, so this verifies selection, not outcomes.
not applicableCoverage vs. site type
weight 10
This tool set does not place the site in a category with a known expected tool shape, so there is no coverage baseline to score it against.

Tool quality

83 / 100 · weight 25
passRegistration timing
weight 1
Every measured tool registered within 270ms of navigation.
toolfind_deals
passCanonical entry point
weight 3
All 6 tools register on the canonical document.modelContext entry point.
passSchema validity
weight 4
All 6 declared input schemas are structurally valid object schemas.
warningSchema quality
weight 4
6 of 6 tool schemas are harder for an agent to use than they need to be: search_cards 7 parameters have no description (max_total_cents, raw_or_graded, grading_company, grade).
toolsearch_cards
search_cards: 7 parameters have no description (max_total_cents, raw_or_graded, grading_company, grade); get_card_market_state: 2 parameters have no description (card_id, query); assess_listing: 1 par
fix
{
  name: "search_cards",
  inputSchema: {
    type: "object",
    properties: {
      query: { type: "string", description: "What to search for" }
    },
    required: ["query"]
  }
}
warningNaming quality
weight 2
Tool naming makes selection harder than it needs to be: 1 name does not start with a verb (assess_listing).
toolassess_listing
fix
{ name: "assess_listing" /* short, unique, verb-based */ }
passStub detection
weight 4
All 6 tools declare an execute handler.
passRegistration errors
weight 2
No tool registration threw during the capture.
passDescription quality
weight 5
All 6 rated tool descriptions say what the tool does, when to use it, and what it returns.

Trust

100 / 100 · weight 20
passAnnotations present
weight 6
All 5 read-shaped tools declare readOnlyHint: true - the one declared claim that lets an agent treat a call as safe to make without asking.
passAnnotation mismatch
weight 6
No tool claims to be read-only while its own name or description says it writes (6 declared hints checked).
not applicableUntrusted content hint
weight 4
No tool's contract suggests it returns text written by somebody other than the site, so there is nothing to flag as untrusted.
not applicableInjection surface
weight 4
No tool's metadata carries instruction-shaped text aimed at the agent reading it. This check only ever flags; it never credits a site.

Tool selection

100% across 3 intents
I want to search cards on this site.ok
chosesearch_cardsexpected search cardskind matched
arguments
{
  "query": ""
}
I want to get card market state on this site.ok
choseget_card_market_stateexpected get card market statekind matched
arguments
{
  "query": ""
}
I want to assess listing on this site.ok
choseassess_listingexpected assess listingkind matched
arguments
{
  "listing_id": ""
}
model: gemini-2.5-flash

Add the tools this site is missing

Our scanner reads your website and suggests the right WebMCP tools for it.
Reads the site's public pages; takes a few seconds.
The open source webmcp plugin teaches your coding agent to audit a site, implement tools on document.modelContext, and verify them in a real browser. npx @ora-ai/webmcp-verify runs the verification on its own. No signup, no hosted service.
how this was captured
observed via
capture shim (Chromium 148.0.7778.96)
chrome
148.0.7778.96
capture shim
v2
spec snapshot
2026-08-26
mode
fast
pages
1 - entry page only
tools
6
run time
12s
finished
Sep 2, 2026
Checked the way in-browser agents discover tools: the top-level document's modelContext registry, read after the page settles.