Skip to main content
Glama

List Version Sets (Dalux Box)

dalux_list_version_sets
Read-onlyIdempotent

Retrieve version sets from a Dalux project or file area. Fetch a specific version set by ID, or list its files by setting includeFiles to true. Continue lists using pageLink for pagination.

Instructions

List version sets on a project or file area, fetch one with versionSetId, or list its files with includeFiles=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxPagesNoHow many pages to fetch in one call (default 5, max 25).
pageLinkNoOpaque nextPage link from a previous call — continues that list instead of starting over.
projectIdYesProject id from dalux_list_projects.
fileAreaIdNo
includeFilesNo
versionSetIdNo
Behavior3/5

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

Annotations already cover safety (readOnly, idempotent, non-destructive). The description adds behavioral detail on pagination (pageLink/maxPages) and scoping (projectId vs fileAreaId). This is useful but not extensive; no contradictions.

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 well-structured sentence that efficiently conveys multiple use cases without superfluous words. It is front-loaded with the primary action and clearly separates options.

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?

Given 6 parameters, no output schema, and multiple modes, the description is somewhat incomplete. It omits return value structure, how pagination continuation works, and the distinction between project-level and file-area-level listing. Annotations provide openWorldHint, but more detail would help.

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

Parameters2/5

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

Schema coverage is 50%, but the description only mentions versionSetId and includeFiles, leaving other parameters (fileAreaId, pagination) without added explanation. It does not compensate for the missing schema descriptions, so the parameter understanding is weak.

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 clearly states the action (list, fetch) and resource (version sets), and distinguishes three specific modes: listing all, fetching by ID, and including files. This effectively separates it from sibling tools such as dalux_list_files.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description tells when to use which mode (versionSetId for single fetch, includeFiles=true for files, maxPages/pageLink for pagination). It does not explicitly mention when not to use it or compare to alternatives, but the guidance is clear enough for typical use.

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/borgels/mcp-server-dalux'

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