Skip to main content
Glama

list_devices

Find catalog devices by optional category (reader, controller, camera) and capability (e.g., BLE, OSDP) to identify matching hardware for your query.

Instructions

List catalog devices. Optional filters: category (reader|controller|camera) and capability (e.g. 'ble', 'osdp').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo
capabilityNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that this is a listing operation but does not mention pagination, result limits, ordering, authentication needs, or how missing filters behave. The optional filter semantics are useful but more parameter-related than behavioral.

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, tightly written sentence. The primary action is front-loaded, and the optional filter details are concise without any filler.

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 simple read-only listing tool with two optional parameters, the description is mostly adequate. However, there is no output schema and no mention of pagination or response shape, so an agent may not know how many results to expect or whether results are paginated.

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?

Schema description coverage is 0%, so the description must compensate. It names both parameters, identifies them as optional, gives the valid category enum values, and provides concrete capability examples ('ble', 'osdp'), adding practical 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 states a specific verb and resource ('List catalog devices') and clearly distinguishes it from the sibling get_device, which retrieves a single device, and search_sdk, which searches SDKs. The scope is unambiguous.

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 description implies when to use the tool: when you want a list of catalog devices, optionally filtered. However, it does not explicitly mention alternatives or when not to use it, leaving the agent to infer the distinction from sibling names.

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