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

7 tools registered. Strongest in shared experience, weakest in task completion.

Shared experience100
Task completion20
Tool quality99
Trust100
https://volt.alx21.chatgpt.site
Captured view of https://volt.alx21.chatgpt.site

Tools

4 read, 3 write
Loading map
get_trip_context: pass

get_trip_context

Read the traveler’s current EV trip inputs, preferences, selected route, and charging stops shown on the page.Answers a question. Declared read only.
pagehttps://volt.alx21.chatgpt.site/
implementation
viaimperative
entry pointdocument
registered after657ms
executepresent
api surfaceTakes no parameters.
annotations
read onlytrue
untrusted contentnot declared
titlenot declared
0 findingsNo check named this tool.
tool json
{
  "name": "get_trip_context",
  "description": "Read the traveler’s current EV trip inputs, preferences, selected route, and charging stops shown on the page.",
  "inputSchema": {
    "type": "object",
    "required": [],
    "properties": {},
    "additionalProperties": false
  },
  "annotations": {
    "readOnlyHint": true
  }
}
Showing get_trip_context

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

20 / 100 · weight 25
failTool selection
weight 15
An agent chose an existing tool and built a schema-valid call that held up on 0 of 3 canonical intents; on "Find a hotel in Lisbon for two nights in June." no tool on the page served it. Nothing was executed, so this verifies selection, not outcomes.
warningCoverage vs. site type
weight 10
The tool set covers 2 of the 4 things an agent needs on a travel site; it cannot book or hold a reservation or look up or change an existing booking.

Tool quality

99 / 100 · weight 25
passRegistration timing
weight 1
Every measured tool registered within 658ms of navigation.
toolreplace_charging_stop
passCanonical entry point
weight 3
All 7 tools register on the canonical document.modelContext entry point.
passSchema validity
weight 4
All 7 declared input schemas are structurally valid object schemas.
passSchema quality
weight 4
All 4 of 7 tool schemas that declare parameters describe them (the other 3 declare no parameters), and every description stays within Chrome's size guidance.
warningNaming quality
weight 2
Tool naming makes selection harder than it needs to be: 1 name does not start with a verb (replace_charging_stop).
toolreplace_charging_stop
fix
{ name: "replace_charging_stop" /* short, unique, verb-based */ }
passStub detection
weight 4
All 7 tools declare an execute handler.
passRegistration errors
weight 2
No tool registration threw during the capture.
passDescription quality
weight 5
All 7 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 4 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 (7 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

0% across 3 intents
Find a hotel in Lisbon for two nights in June.missed
choseno toolexpected availability searchkind not applicable
No tool was picked for this intent.
arguments
{}
Show me the details of the cheapest one.missed
choseno toolexpected listing detailkind not applicable
No tool was picked for this intent.
arguments
{}
Look up the status of my existing booking.missed
choseno toolexpected booking lookupkind not applicable
No tool was picked for this intent.
arguments
{}
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
7
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.