Skip to main content
Glama

list_protect_files

List Protect asset files (sounds or images) for a specified console host. Specify the host and file type to retrieve available files, helping confirm which assets exist.

Instructions

List Protect device asset files of a given type.

host: console name, ID, or composite ID (MAC:numericId format). file_type: Protect asset category. 'sounds' and 'images' are the known categories. The GET endpoint does NOT validate this value — an unrecognised category returns HTTP 200 with an empty list rather than an error, so a wrong value is indistinguishable from a genuinely empty category. Pass a known category exactly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
file_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so well: it explicitly identifies the operation as a GET and discloses that the endpoint does not validate file_type, returning HTTP 200 with an empty list for unknown values. This warning is critical for an agent to interpret empty results correctly.

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 compact and front-loads the core action, then delivers parameter details and the critical validation caveat in a logical order. Every sentence adds distinct information, and the warning is placed directly with the parameter it affects.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given two simple required parameters and an output schema, nothing needed to invoke this tool correctly is missing: host formatting, valid file_type values, failure behavior, and the exactness requirement. The description is self-sufficient for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description fully compensates: host is explained as console name, ID, or MAC:numericId, and file_type is documented with the only two known values ('sounds' and 'images'). It also explains the consequence of passing an unrecognized value, which the bare schema could never convey.

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?

States a specific verb ('List'), resource ('Protect device asset files'), and dimension ('of a given type'), making the operation unambiguous. This clearly distinguishes it from sibling tools like upload_protect_file and list_protect_events without needing to inspect the schema.

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 purpose implies when to use this tool, but the description never names sibling alternatives or says when not to use it. It does provide operational guidance for the file_type parameter ('Pass a known category exactly'), which is useful but not alternative-selection guidance.

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

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/swkstudios/unifi-fabric-mcp-server'

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