Skip to main content
Glama
WYRE-AI

DNSFilter MCP Server

by WYRE-AI

dnsfilter_get_qps

Retrieve queries-per-second time series to monitor live DNS traffic pulse, with optional filters for time period, traffic source, and allowed/blocked/all report types.

Instructions

Queries-per-second time series - the closest thing to a live traffic pulse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoReport UTC upper bound. Accepts YYYY-MM-DDThh:mm:ss[Z], YYYY-MM-DDThh:mm[Z], or a bare YYYY-MM-DD date (end of day, inclusive). Defaults to now.
fromNoReport UTC lower bound. Accepts YYYY-MM-DDThh:mm:ss[Z], YYYY-MM-DDThh:mm[Z], or a bare YYYY-MM-DD date (start of day). Defaults to 1 day ago.
typeNoReport type. Defaults to all.
msp_idNoMSP ID to scope the report to.
sourceNoComma-separated traffic source. Defaults to all.
nat_ipsNoComma-separated NAT IP addresses to filter to.
user_idsNoComma-separated local user IDs. Defaults to all.
agent_idsNoComma-separated user-agent (client) UUIDs. Defaults to all.
private_ipNoFilter to a specific private/internal IP address.
agent_typesNoComma-separated agent/client types.
bucket_sizeNoTime-bucket size: 'auto' (default), '15min', or '1day'. Auto picks 15min for a <24h range and 1day for a >=24h range.
network_idsNoComma-separated network (site) IDs. Defaults to all.
mac_addressesNoComma-separated MAC addresses to filter to.
private_ip_toNoUpper bound of a private/internal IP address range.
collection_idsNoComma-separated collection (roaming-client group) IDs.
application_idsNoComma-separated application IDs to filter to.
private_ip_fromNoLower bound of a private/internal IP address range.
security_reportNoThreat-only report. 'all' returns both threats and non-threats.
organization_idsNoComma-separated organization IDs. Defaults to the user organization ID. An inaccessible/unknown ID returns a 403.
show_individual_networksNoGroup results by individual network ID. Defaults to false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does communicate that the output is a time series rather than a single scalar and hints at near-real-time data via the 'live traffic pulse' phrasing. However, it does not disclose aggregation or bucket behavior, output shape, rate limits, or operational caveats beyond what the parameter schema already encodes.

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 very short and front-loaded with the core resource: 'Queries-per-second time series'. The second clause, 'the closest thing to a live traffic pulse', is evocative but not strictly informative, so it does not fully earn its place.

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 20-parameter analytics endpoint with no output schema and more than 50 sibling tools, a one-sentence metaphor is not enough. An agent still lacks clarity about the returned shape, unit and bucketing behavior, and how this tool relates to query logs, totals, and other QPS-specific siblings.

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%, so all 20 parameters are already documented with types, defaults, and filtering semantics. The description itself adds no parameter-level meaning, which places this at the baseline score of 3.

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

Purpose4/5

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

The description clearly identifies the resource as a 'queries-per-second time series' and conveys the high-level purpose of reporting QPS over time, though it lacks an explicit verb like 'retrieves' or 'returns'. It is clear enough to separate from totals, tops, and query-log tools, but it does not explicitly distinguish itself from sibling QPS-specific tools such as dnsfilter_get_qps_active_agents or dnsfilter_get_qps_active_organizations.

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?

The description provides no guidance on when to use this tool versus alternatives like dnsfilter_get_query_logs, dnsfilter_get_total_requests, or the other QPS endpoints. The 'live traffic pulse' metaphor weakly implies a monitoring use case, but there is no explicit when-to-use, when-not-to-use, or alternative routing.

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

Deploy Server

Other Tools