Skip to main content
Glama

Upload file from URL

uploadcare_upload_from_url
Destructive

Uploads a file into the project from a public URL (additive). Uses the Upload API host with the public key. Returns { type: "token", token } for async ingestion (poll separately) or the file info. Upload API: POST /from_url/.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeNoStore the file: "1" = store, "0" = don't store, "auto" = project default. Default "auto".
filenameNoOverride the stored filename.
source_urlYesPublic URL of the file to ingest.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The description adds behavioral details beyond the 'destructiveHint: true' annotation: it specifies that the operation is additive (non-destructive in terms of existing data), uses a specific API host and public key, and returns responses for async polling. This is sufficient context for an agent to understand the tool's behavior.

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 with three sentences, each providing distinct value: the action, the technical detail (API host/public key), and the return format. No unnecessary words are present, making it 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 no output schema, the description adequately explains the return format (token or file info) and the need for async polling. It covers the main use case but lacks details on error handling, file size limits, or supported URL types. Overall, it is sufficiently complete for a tool with good schema annotations.

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 three parameters. The tool description does not add additional meaning beyond what the schema contains, so it meets the baseline without surpassing it.

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 verb 'uploads', the resource 'file into the project', and the source 'from a public URL'. It uniquely identifies this tool among siblings as the only upload tool, so there is no confusion with alternatives.

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

Usage Guidelines3/5

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

The description indicates the tool should be used when you have a public URL to ingest into the project. However, it does not provide explicit guidance on when not to use it or how it compares to other tools, though no direct alternatives exist in the sibling list.

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.