Skip to main content
Glama

Screen-reader transcript

screen_reader_transcript
Read-only

Use this when the question is whether the page still makes SENSE read aloud — the screen-reader, NVDA, JAWS or VoiceOver experience, blind and low-vision users, 'is this usable without sight' — rather than whether it passes rules. Rule checks can all pass on a page whose announcements are meaningless, and no stored scan holds this. It reads the page the way a screen reader does: every announcement in order, with roles, names, states and hints, so you can judge whether the meaning survives being linearised — unlabelled images and icon buttons, controls with no name, text whose reading order contradicts the visual layout. This models Chromium's accessibility tree; it is not a recording of NVDA, JAWS or VoiceOver, which word announcements differently, so do not treat the exact phrasing as ground truth. A run that lands on a bot-protection interstitial rather than the page is reported as void, never as clean, and a void run carries no transcript. Where the interstitial title is contradicted by the tree that was read, the run stands and carries challengeSuspected instead: trust the transcript, not the title. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPage to read. Must belong to the website above. Defaults to its homepage when omitted.
modeNoHow to present the page. "reading" is the linear top-to-bottom read. "rotor" is the headings/landmarks/links/controls lists a screen-reader user actually navigates by, plus structural findings. "both" (default) returns everything.
websiteYesThe website domain as registered in Inclusify, e.g. "example.com".
maxNodesNoCap on announcements (default 800). Truncation is always reported.
includeNodesNoInclude the per-announcement array and the structured rotor object, both carrying accessibility-tree node ids, roles and heading levels. Off by default because their text duplicates the transcript and rotor prose and roughly doubles the response; turn it on only when you need to reference nodes. Structural findings are always included, with each one's nodeIds capped to 5 examples (nodeIdsTruncated marks when more exist).

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds substantial behavioral context: it models Chromium's accessibility tree rather than recording specific screen readers, it reports bot-protection interstitials as void rather than clean, and it explains the challengeSuspected fallback when the title contradicts the read tree. These details go well beyond the annotations and help an agent interpret results correctly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but well-organized, front-loading the primary use case and then layering caveats. Every sentence earns its place, but it is long and somewhat technical; a slightly more compact phrasing could improve scannability. The structural separation of the key distinction (rule checks vs sense read-aloud) is effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity — multiple modes, output variations, void/interstitial handling, and the cognitive model of how screen readers linearize content — the description is remarkably complete. It covers what the tool returns, what it does not (exact phrasing ground truth), how to interpret void runs, and when to enable includeNodes. No output schema exists, so the description appropriately carries the burden of explaining return behavior and does so thoroughly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3, but the description adds meaningful context for the mode parameter ('reading' vs 'rotor' vs 'both') and the includeNodes parameter (structural findings are always included, nodeIds capped to 5 examples). It also clarifies that maxNodes truncation is always reported. However, it doesn't add much beyond the schema for url/website, and the description doesn't explain the default homepage behavior for url — though that is in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description starts with a specific, actionable use case — determining whether a page makes sense read aloud — and contrasts it with rule-checking, which distinguishes this tool from sibling tools like check_page_alt_text and list_violations. It also clearly names the resource (screen-reader transcript) and what it produces (announcements in order, roles, names, states and hints).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('when the question is whether the page still makes SENSE read aloud') and when not to rely on it ('do not treat the exact phrasing as ground truth' because it models Chromium's accessibility tree, not NVDA/JAWS/VoiceOver recordings). It also explains that stored scans don't hold this data, so no alternative tool can substitute, and it names the read-only nature.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation4/5

The descriptions do exceptional cross-referencing work, explicitly separating near-neighbor pairs (add_website vs add_domain, list_alt_findings vs check_page_alt_text, plan_options vs billing_link, widget_status vs widget_usage). A few clusters remain that an agent could confuse without reading carefully, notably site_overview vs compliance_status (both report statement existence and scan-record state) and crawl_summary vs list_monitored_pages vs site_overview (all touch coverage numbers). Overall, distinct purposes are clearly delineated despite the large surface.

Naming Consistency4/5

All names are lowercase snake_case with strong family patterns: list_* (5 tools), add_* (3), set_* (7), plus org_* and *_history pairs. The main inconsistency is the mix of verb-led names (list_violations, set_slack_channel, start_crawl) with noun-led read names (site_overview, compliance_status, widget_usage, next_steps), but the noun-led names follow a coherent 'what it returns' vocabulary (status, summary, history, overview, rollup). Minor deviations rather than chaos.

Tool Count3/5

36 tools is heavy and sits above the 25-tool threshold where agent navigation starts to degrade, but the server covers a genuinely broad domain: website lifecycle, monitoring, four finding types, four live-audit tools, seven config setters, org rollups, billing, and CI. Most tools earn their place and none are duplicates, but several could plausibly be merged (set_slack_channel/set_slack_events/set_monitoring_settings into one notifications tool; list_violations/list_alt_findings/list_content_findings with a filter). The count is on the edge of unwieldy for an agent's tool-selection step.

Completeness3/5

The read/audit/analysis side is rich and well-covered: findings, history, live checks, org rollups, coverage, and validation all have tools. However, the write side is one-directional: add_monitored_pages is explicitly add-only, and there is no remove_website, remove_domain, or remove_monitored_pages, so teardown and 'stop monitoring this page' requests hit dead ends that the descriptions acknowledge belong to the panel. Statement content writing and widget installation are also panel/browser-only by design, which is documented but still leaves those operations outside the agent's reach.