Skip to main content
Glama

Import Photo from URL

upload_image_from_url

Rarely needed: generation tools take an imageUrl directly. Use this only to import a photo into Pixly ahead of time, e.g. to reuse one URL across several tools without refetching it each time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublicly reachable image URL (JPG/PNG/WebP, max 10 MB) to import into Pixly

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=false, so the write operation is expected. The description adds meaningful context beyond annotations: the purpose is to pre-import and cache a URL for reuse, which explains why a mutation occurs and why it is rarely needed. It does not detail side effects like duplicate imports, but given the simple scope, this is sufficient.

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?

Two sentences with no wasted words. The 'Rarely needed' warning is front-loaded, and the rest explains the specific use case. Every sentence earns its place.

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 one-parameter tool with no output schema and annotations covering safety, the description is mostly complete. It explains why and when to use the tool and what it accomplishes. However, it does not mention the return value or how the imported photo can be referenced by other tools afterward, which is a minor gap given the reuse-oriented purpose.

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 schema description already covers 100% of the parameter, specifying it must be a publicly reachable JPG/PNG/WebP URL up to 10 MB. The description adds no further parameter-level details, so the baseline of 3 applies.

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 tool imports a photo into Pixly ahead of time, using a specific verb ('import') and resource ('photo into Pixly'). It distinguishes itself from generation tools that take an imageUrl directly, so an agent can tell it apart from sibling tools without comparing schemas.

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

Usage Guidelines5/5

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

Explicitly states 'Rarely needed' and gives the precise condition for use: importing a photo ahead of time to reuse a URL across tools without refetching. It also names the alternative class (generation tools) that should be preferred when the URL can be passed directly, leaving no ambiguity about when to use this tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources