Skip to main content
Glama

EU AI Act Transparency Lead Scanner

eu-ai-act-transparency-lead-scanner

BYOD compliance scanner for observed AI transparency signals on a submitted URL. Deterministic, robots-aware, no LLMs, no legal verdicts. — $0.05/call, x402 (USDC on base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesSubmitted absolute HTTP(S) URLs to audit. No discovery, no crawling beyond the page itself.
requestIdYesStable idempotency key for this semantic input.
maxResultsNoMaximum number of useful rows to deliver.
detailLevelNocompact for summaries, evidence for selectors and excerpts.compact
schemaVersionYesInput schema version. Must equal 1.0.1.0
freshnessMinutesNoUse cached useful reports only if they are this fresh or newer.

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=false and destructiveHint=false. The description adds valuable behavioral context: deterministic processing, robots-aware crawling, no LLM involvement, no legal verdicts, and a per-call cost with payment method. This goes beyond the structured annotations without contradicting them.

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

Conciseness5/5

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

The description is a single, well-structured sentence. It front-loads the core purpose, then adds key behavioral constraints and pricing in a compact list. No wasted words; every phrase contributes to understanding the tool.

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

Completeness3/5

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

The tool has 6 parameters and no output schema, yet the description does not explain what the returned rows ('useful rows') contain or what a 'lead' means. It covers purpose and constraints but lacks details on output format, which is significant given the absence of an output schema. The detailLevel parameter hints at selectors and excerpts, but the description itself does not clarify the return value.

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

Parameters3/5

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

Schema description coverage is 100% with each parameter already explained. The description does not need to add parameter-specific details, and it doesn't. Baseline of 3 is appropriate as the schema carries the semantic load.

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 clearly states the tool is a 'BYOD compliance scanner for observed AI transparency signals on a submitted URL.' This specifies the verb (scanner), resource (AI transparency signals), and distinguishes it from the sibling accessibility/privacy scanner. Additional qualifiers like 'no legal verdicts' further clarify its scope.

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

Usage Guidelines3/5

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

The description implies when to use the tool (for deterministic, robots-aware AI transparency scanning) and what it avoids (LLMs, legal verdicts). However, it does not explicitly contrast with sibling tools or state when not to use it, leaving usage context mostly implied.

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.1/5.0
Disambiguation5/5

The two scanners target distinct compliance areas (accessibility/privacy vs AI transparency), with no overlap in purpose. pricing_info is clearly separate, serving as an informational helper. Each tool has a unique role.

Naming Consistency3/5

The two scanners follow a consistent 'eu-<domain>-lead-scanner' pattern, but pricing_info breaks the pattern and uses an underscore instead of hyphens. The mix of hyphenated and snake_case naming makes the set slightly inconsistent.

Tool Count5/5

With only 3 tools, the set is tightly scoped to EU compliance scanning. Each tool earns its place: two functional scanners and one pricing helper. This is well within the ideal 3-15 range.

Completeness4/5

The two scanners cover two specific EU compliance areas, and pricing_info supports the workflow. There is a minor gap in that no tool exists to manage or retrieve past scan results, but the core scanning functionality is complete for the stated purpose.

Resources