Skip to main content
Glama

list_asset_file_sets

Retrieve all file sets associated with an asset, with an optional version filter to narrow results.

Instructions

List all file sets for an asset

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idYesThe asset UUID
version_idNoFilter by version (optional)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates the listing operation and adds no detail about output shape, pagination, ordering, or the effect of omitting version_id. It does at least imply a read-only operation through the verb 'List'.

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 concise sentence with no wasted words, and the core operation and scope are front-loaded. This is appropriately minimal for a straightforward list tool.

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 list tool with a fully documented schema, this is adequate for basic invocation. However, with no annotations and no output schema, the description leaves usage guidance and behavioral context underspecified, so the agent must rely on the schema and tool name alone.

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%, and the schema already explains asset_id and version_id, so the baseline is 3. The description adds no extra parameter meaning beyond tying the list to an asset, but the schema carries the necessary detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('List'), resource ('file sets'), and scope ('for an asset'), so the core operation is clear. It does not explicitly distinguish this from get_asset_file_set or list_file_set_files, but the phrase 'all file sets' makes its role as the list operation apparent.

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?

No guidance is given on when to use this tool instead of get_asset_file_set_details or list_file_set_files, nor on how the optional version_id should affect the choice. The intended usage is only implied by the tool name and one-line description.

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/postforward/Iconik-MCP-Server'

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