Skip to main content
Glama

RegSentry Website Tracking Inspector

Server Details

Inspect a public site's tracking signals, grade consent evidence, and get remediation playbooks.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: inspection, interpretation, and remediation guidance. No overlap exists; the descriptions explicitly delineate boundaries, making tool selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (get_, inspect_, interpret_). This uniform convention makes the API predictable and easy to navigate.

Tool Count5/5

With only 3 tools, the server is tightly scoped to its core workflow without unnecessary bloat. Each tool serves an essential function in the inspection-to-remediation pipeline, making the count well-justified.

Completeness5/5

The toolset covers the full lifecycle: inspecting a site's tracking, interpreting consent evidence, and retrieving remediation guidance. This forms a complete, non-redundant workflow for the stated purpose, with no obvious gaps.

Available Tools

3 tools
get_remediation_playbookGet tracker remediation playbookA
Read-onlyIdempotent
Inspect

Returns deterministic, tracker-specific consent-gating guidance from RegSentry's maintained playbooks. It does not change a website, contact a vendor, or verify that a fix was implemented.

ParametersJSON Schema
NameRequiredDescriptionDefault
trackerYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
riskYes
stepsYes
docsUrlNo
snippetNo
trackerYes
loadedViaYes
disclaimerYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description is fully consistent with them. It adds value beyond the annotations by disclosing that the output is 'deterministic' and sourced from 'maintained playbooks,' and by explicitly stating that it does not verify live fixes — meaning the result reflects static guidance rather than current site state. No contradiction.

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?

Two sentences totaling roughly 30 words: the first states the core behavior and the second states scope exclusions. Nothing is redundant with the annotations or schema, and the most decision-relevant information is front-loaded.

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?

For a single-parameter lookup tool, the description covers purpose, determinism, data source, and non-effects, and the presence of an output schema relieves it of explaining return structure. The clear gaps are the semantics of the 'tracker' parameter (0% schema coverage) and the absence of explicit guidance for choosing between this tool and its siblings. It is adequate but not complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the 'tracker' property carries only type, regex pattern, and length bounds with no semantic description. The tool description contributes only the word 'tracker-specific,' implying the parameter identifies a tracker, but never states whether that should be a domain, vendor name, ID, or URL, and gives no examples. With coverage at 0%, the description was expected to compensate and largely does not.

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 names a specific verb ('Returns') and a specific resource ('deterministic, tracker-specific consent-gating guidance from RegSentry's maintained playbooks'). The negative scope statements ('does not change a website, contact a vendor, or verify that a fix was implemented') distinguish it from what an action-oriented remediation tool would do, so an agent can tell it apart from siblings like inspect_site_tracking and interpret_consent_evidence. This is a specific, non-tautological purpose statement.

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

Usage Guidelines4/5

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

The second sentence gives explicit exclusionary guidance: this tool performs a pure lookup and will not modify a website, contact a vendor, or verify implementation, so an agent knows not to select it for execution or verification tasks. However, it does not explicitly name sibling tools as alternatives for those cases, so routing is bounded but not fully directive.

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

inspect_site_trackingInspect site tracking setupA
Read-onlyIdempotent
Inspect

Performs a bounded, non-persisting GET of an authorized public domain's homepage and reports tracker markup, consent setup signals, and runtime-verification gaps. It does not run JavaScript, submit forms, create a RegSentry record, or make a legal determination.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesPublic domain only, such as example.com. Do not include a path or query.
authorizationAcknowledgedYesMust be true to confirm the user owns or is authorized to inspect this domain.

Output Schema

ParametersJSON Schema
NameRequiredDescription
scopeYes
domainYes
trackersYes
disclaimerYes
httpStatusYes
limitationsYes
finalHostnameYes
consentSignalsYes
dynamicLoadersYes
consentManagersYes
consentSetupStateYes
runtimeVerificationRequiredYes
trackersRequiringRuntimeVerificationYes

TDQS

A4.3/5.0
Behavior5/5

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

The description adds substantial behavioral detail beyond the annotations: it clarifies the operation is bounded and non-persisting, does not execute JavaScript, does not submit forms, does not create a RegSentry record, and does not make a legal determination. This is valuable context for an agent deciding whether the tool's results are sufficient, and it complements the readOnlyHint and idempotentHint annotations without contradiction.

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?

Two sentences with zero wasted words. The first sentence front-loads the action, scope, and outputs; the second lists exclusions in a compact enumeration. Every phrase contributes to agent understanding.

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?

The tool has an output schema, fully documented parameters, and annotations covering safety and idempotency. The description fills in the remaining behavioral gaps (what is and isn't inspected, what is not executed). An agent has everything needed to decide whether to call this tool and what to expect from it.

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 both parameters well-documented in the schema. The description reinforces the 'authorized public domain' requirement but does not add new parameter-level semantics. Baseline 3 is appropriate when the schema carries the full burden.

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 states a specific verb ('performs a bounded, non-persisting GET'), a resource ('authorized public domain's homepage'), and concrete outputs (tracker markup, consent signals, verification gaps). It also explicitly distinguishes itself from siblings by listing what it does not do (run JavaScript, submit forms, create records, make legal determinations), so an agent can tell it apart from get_remediation_playbook and interpret_consent_evidence.

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 gives clear context of what the tool does and its limitations, but it does not explicitly name sibling tools or provide when-to-use/alternative routing. The 'does not' exclusions imply when not to use this tool, but an agent is left to infer which sibling might be appropriate. This is implied usage guidance, not explicit.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedget_remediation_playbook
    • First observedinspect_site_tracking
    • First observedinterpret_consent_evidence

Publisher details

Operator
Soxoa LLC
Operator website
https://soxoa.com
Vendor relationship
First-party
Restrictions
Unknown

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Audit any website for privacy, security, accessibility, and performance issues — with scores, grades, and actionable fix instructions. No account required.
    3
    4 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Read-only observation of a single live URL: parses static HTML to report security posture, forms, links, accessibility signals, and leaks, with described fixes. SSRF-gated and safe, never executes JavaScript.
    45 npm
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Passive website security and trust auditor that checks for security, SEO, AI surface, email, and other exposures, producing a score and remediation plan.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources