Skip to main content
Glama
jordanburke

dakboard-mcp-server

list_devices

List all DAKboard devices to manage and monitor digital dashboard configurations.

Instructions

List all DAKboard devices

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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. It only states 'List all' which implies a read operation but provides no additional context such as whether the response is paginated, how many results are returned, or if any authentication is required. This is a minimal disclosure beyond what the name already suggests.

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, concise sentence: 'List all DAKboard devices'. Every word is informative, there is no redundancy, and it immediately conveys the operation and scope.

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?

The tool is simple with no parameters and no output schema, but the description omits any mention of the return value. An agent might need to know that it returns an array of device objects and what fields are present. While the name implies a list, the lack of output schema or return format description leaves a gap.

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 tool has zero parameters and an empty schema, so there is nothing to explain. The baseline score for 0 params is 4, and the description does not need to detail parameters that do not exist.

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 'List all DAKboard devices' uses a specific verb ('List') and resource ('DAKboard devices'), clearly distinguishing it from siblings like get_device (single device) and update_device (modify). It leaves no ambiguity about the tool's function.

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. It does not mention that get_device is for a single device or that this is the go-to for retrieving the full list. No exclusions or context are given, leaving the agent to infer from sibling names.

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

Install Server

Other Tools

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/jordanburke/dakboard-mcp-server'

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