Skip to main content
Glama

card_builder_upload_image_from_url

Download an image from any HTTP or HTTPS URL and upload it to the Card Builder media library. Useful for adding missing background images to marketplace cards or reusing public CDN images.

Instructions

Download an image from any HTTP(S) URL and upload it to the Card Builder media library.

Useful when a marketplace card references a background image that didn't come along with the card download, or when you want to reuse an image from a public CDN. Falls back to deriving filename from the URL path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
filenameNo
pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses the fallback behavior for filename derivation and states the tool downloads and uploads. It doesn't cover size limits, authentication, or error handling, but the key behavioral aspects 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?

Three sentences with no fluff: first sentence states core operation, second gives use cases, third notes fallback behavior. Front-loaded and efficient.

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?

Given sibling tools for media upload, the description covers key aspects. It could mention supported formats or access requirements, but the output schema (present) likely covers return values. Adequate for the tool's complexity.

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 0%, so description must compensate. It only hints at filename derivation from URL path but does not explain the 'filename' parameter's purpose or the 'path' parameter at all. Both optional parameters remain unclear.

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 'Download an image from any HTTP(S) URL and upload it to the Card Builder media library', specifying the exact action and resource. It distinguishes itself from sibling upload tools like card_builder_upload_media (likely for local files) by emphasizing URL-based download.

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?

Provides two concrete use cases: when a marketplace card misses a background image and for reusing images from a public CDN. While it doesn't explicitly state when not to use it, the scenarios give clear guidance on appropriate contexts.

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/Fistacho/ha-nexus-agent'

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