Skip to main content
Glama
woofdogtw
by woofdogtw

dldata_buffer_list

Retrieve buffered downlink data items queued for delivery to IoT devices. Filter by unit, device, network, or application to monitor pending transmissions.

Instructions

List buffered downlink data items waiting to be sent to devices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort key:order. Keys: application, created, expired.
unitYesUnit ID (required for normal users).
limitNoMax items; 0 for all (default 100).
deviceNoFilter by device ID.
offsetNoData offset (default 0).
networkNoFilter by network ID.
applicationNoFilter by application ID.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/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 behavioral burden. It conveys a read-only listing of pending items, but it does not explicitly state that listing does not consume or delete the buffered items, nor does it clarify whether only not-yet-sent items are included.

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?

A single front-loaded sentence communicates the action, resource, and state without filler. Every word contributes meaning, and there is no unnecessary repetition of schema details.

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 a list tool with seven parameters, no output schema, and no annotations, the description provides only a high-level return-type statement. It does not describe the shape of returned items, pagination behavior, or how the buffer relates to the delete/count sibling tools. The schema mitigates parameter gaps, but broader context is still lacking.

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 seven parameters are already fully documented. The tool description adds no parameter-level meaning, but the baseline 3 applies because the schema handles the parameter-documentation burden.

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 names a specific action ('List') and resource ('buffered downlink data items') and clarifies their state ('waiting to be sent to devices'). This clearly distinguishes the tool from dldata_buffer_delete and dldata_buffer_count, and from historical data_*_dldata_list siblings.

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 phrase 'waiting to be sent to devices' implies this is for pending buffered items, but the description does not explicitly say when to use this tool over alternatives like data_application_dldata_list or dldata_buffer_count. No exclusions or alternative-routing guidance is provided.

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