Skip to main content
Glama
Paul-PSDigital

aadc-audit-mcp

aadc.audit_launchurl

Audits Dart launchUrl() calls to enforce safe-link helper usage and restrict external browser opening to declared parent-area paths, ensuring compliance with AADC standards 11 and 14.

Instructions

Audit Dart launchUrl() calls so kid-facing files use the safe-link helper and only declared parent-area paths may open the external browser. Standards 11, 14.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectRootNoAbsolute path to the target project root. Defaults to the current working directory.
allowlistsNoPer-language allowlist overrides (e.g. ios, android, flutter, npm, python, protectedPaths). Each value is an array of strings.
Behavior2/5

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

No annotations are provided, so the description must carry full burden. It states the purpose but does not disclose behavioral traits such as read-only nature, required permissions, error conditions, or return behavior. For an audit tool, these are important contextual hints.

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?

Single sentence efficiently conveys purpose and standards. No fluff, front-loaded with key action ('audit') and resource ('Dart launchUrl() calls').

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?

Description explains the audit target and constraints but does not describe the output format (e.g., list of violations, pass/fail). No output schema exists, so the description should provide some expectation of results. References to standards 11 and 14 are unelaborated.

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 coverage is 100% (both parameters have descriptions in the schema). The tool description adds no additional parameter meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 audits Dart launchUrl() calls for safe-link helper usage and external browser path restrictions. It references specific standards (11 and 14), distinguishing it from sibling audit tools by specifying a focused 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 the tool is used when auditing launchUrl calls for compliance with standards 11 and 14, but does not explicitly state when to use it versus alternatives like aadc.audit_all or aadc.audit_hardcoded_url. No when-not-to-use guidance is provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Paul-PSDigital/aadc-audit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server