Skip to main content
Glama

get_deep_dive

Analyze network health, DPI stats, and active client traffic in one view. Get actionable insights to diagnose and monitor UniFi network performance.

Instructions

Perform a deep dive into network health, DPI stats, and active client traffic

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations and no output schema, the description must disclose behavior, but it only says the tool 'performs' a deep dive. It does not state whether this is read-only, whether it aggregates data, whether it has performance implications, what data sources it draws from, or what the response contains.

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 a single sentence with no filler and the three listed topics are easy to parse. However, it is concise at the expense of useful detail, so it does not quite earn a 5.

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

Completeness2/5

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

For a no-input tool, the description should make the output scope clear, but it leaves the result format and depth unspecified. Given the large sibling list and the absence of annotations or an output schema, an agent has no way to predict what this call returns or why it is preferable to the narrower network-health and DPI tools.

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?

The input schema is empty and there are zero parameters, so there is nothing for the description to add about parameter meaning. The baseline of 4 applies because no parameter documentation burden exists.

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

Purpose3/5

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

The description names three content areas — network health, DPI stats, and active client traffic — but 'perform a deep dive' is not a specific operational verb and does not clarify what the tool returns. It also overlaps heavily with siblings like get_network_health, get_dpi_stats, and get_client_dpi, so an agent cannot distinguish this tool from those based on the description alone.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool instead of the many overlapping siblings. The description neither states a preferred use case, nor excludes alternatives, nor explains how a 'deep dive' differs from simply calling get_network_health or get_dpi_stats.

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