Skip to main content
Glama
woofdogtw
by woofdogtw

data_application_dldata_count

Count application downlink data records by unit, device, network, profile, address, or time range to monitor IoT downlink activity.

Instructions

Get the count of application downlink data records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addrNoFilter by network address.
tendNoEnd time in milliseconds since epoch.
unitYesUnit ID (required for normal users).
deviceNoFilter by device ID.
tfieldNoTime field for filtering: proc or resp. Required when using tstart/tend.
tstartNoStart time in milliseconds since epoch.
networkNoFilter by network code.
profileNoFilter by device profile.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations available, the description bears the full burden of disclosing behavior beyond the schema. It only states the operation and resource without mentioning return value format, pagination, time-range handling, or required field dependencies like tfield with tstart/tend. This leaves significant behavioral ambiguity.

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, well-structured sentence that conveys the essential purpose without any redundant words. It is appropriately sized for a simple counting operation.

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?

Given the tool has eight parameters, no output schema, and no annotations, this one-sentence description is too thin to provide complete guidance. It does not explain how the count is calculated, the meaning of filters, or any constraints such as required parameters for specific user roles.

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?

The input schema already provides 100% parameter descriptions, covering all eight parameters. The description adds no additional semantic value on top of the schema, so the baseline score of 3 applies.

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 action (get count), the resource (application downlink data records), and the operation type (count). It distinguishes itself from sibling tools like data_application_dldata_list and data_application_uldata_count by specifying 'count' and 'downlink'.

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 such as the list variant or the uplink count. No mention of intended use cases, typical workflows, or exclusion conditions is present.

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

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/woofdogtw/sylvia-iot-mcp'

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