Skip to main content
Glama

download_asset

Download Iconscout assets in the format you specify and save them to disk. Returns the local file path and signed CDN URL, with premium items using API credits.

Instructions

Download an Iconscout item in the given format and save it to disk. Returns the saved file path and the signed CDN URL. Premium items consume API credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesItem uuid from search_assets
formatNoFile format: svg, png, pdf, eps, ai (icons/illustrations); json, gif, mp4 (lottie); fbx, glb, obj (3d)svg
saveDirNoDirectory to save into (default: /app/iconscout-downloads)
fileNameNoFile name override (extension added automatically)
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It reveals the side effect (saving to disk), the return output (path and signed CDN URL), and the cost implication (premium items consume credits). It does not cover auth, overwrite behavior, or error cases, but the key behaviors are transparent.

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 concise and front-loaded, with three sentences that each add value: the action, the return values, and the credit consumption. There is no redundancy or filler.

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

Completeness4/5

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

For a tool with no output schema and no annotations, the description adequately covers the essential context: what it does, what it returns, and a notable cost caveat. It does not mention edge cases or explicit usage guidance, but the tool is simple and the schema covers parameter details well.

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?

The input schema already provides 100% coverage with descriptions for all four parameters, so the description adds little semantic value beyond the schema. The baseline of 3 is appropriate because the schema does the heavy lifting.

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 a specific action—downloading an Iconscout item in a given format and saving it to disk—which distinguishes it from sibling tools like search_assets, get_asset, and preview_asset. It also specifies the return values (file path and signed CDN URL).

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 gives no guidance on when to use this tool versus the sibling tools, nor does it mention prerequisites or alternatives. The intended usage is only implied by the verb 'download'.

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/ReverserID/iconscout-mcp'

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