Skip to main content
Glama
novtriq-tech

NOVTRIQ Engineering

check_uae_cybersecurity

Assess your organisation's UAE cybersecurity regulatory compliance and obtain the applicable framework, compliance score, critical gaps, and mandatory controls for NESA IAS, Dubai ISR, CBUAE, TDRA.

Instructions

Assess UAE cybersecurity regulatory compliance (NESA IAS, Dubai ISR, CBUAE, TDRA). Returns applicable framework, compliance score, critical gaps, and mandatory controls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emirateYesdubai, abu_dhabi, sharjah, federal, other
has_ismsYes
is_cloud_hostedYes
organisation_typeYes
has_incident_responseYes
has_third_party_auditYes
has_data_classificationYes
has_vulnerability_assessmentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations present, the description carries the disclosure burden. It explicitly states the assessment nature and the exact outputs: applicable framework, compliance score, critical gaps, and mandatory controls. This implies a non-mutating calculation, though it does not discuss edge cases or data handling.

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, front-loaded sentence that packs in the domain, the relevant frameworks, and the output contract. There is no filler or tautological restatement of the tool name.

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 an 8-parameter tool with no output schema and no annotations, the description covers return values but omits how the inputs influence framework selection and what exclusions apply relative to other compliance checks. It is concise but leaves the agent to infer part of the decision logic.

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 only 13%, and the description does not compensate for this gap. It does not explain how organisation_type, emirate, or the boolean control flags map to the listed frameworks. The parameter names are somewhat self-evident, but the description adds little meaning beyond the raw 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 uses a specific verb ('Assess') and a specific resource ('UAE cybersecurity regulatory compliance'), and it names distinct frameworks (NESA IAS, Dubai ISR, CBUAE, TDRA). This clearly distinguishes it from sibling tools like check_nis2_readiness and check_uae_bim_compliance, and the return contents are also stated.

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 description provides clear context: use this tool when dealing with UAE cybersecurity regulatory compliance under NESA IAS, Dubai ISR, CBUAE, or TDRA. It does not explicitly list exclusions or alternatives, but the context is specific enough for an agent to route to this tool correctly.

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