Skip to main content
Glama

magnific_creations_upload_image

Upload public image URL in one step. For local/user files use creations_request_upload then creations_finalize_upload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already indicate a write operation (readOnlyHint=false), and the description adds useful context that it is a one-step flow limited to public URLs. It does not disclose broader side effects, idempotency, or failure behavior, but for such a small upload action the added context is acceptable.

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, front-loaded action, and every phrase earns its place. The alternative-flow pointer is important and compact.

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 without an output schema, the description conveys the primary usage decision (public URL vs local file) and points to the alternate path. It stops short of describing return values or post-upload effects, but the tool's simplicity keeps the gap small.

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 single `url` parameter is only typed as a string in the schema with 0% description coverage. The tool description supplies the key meaning that this is a public image URL, but it does not detail format restrictions, access requirements, or how the URL is consumed.

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 opens with a specific verb and resource: it uploads a public image URL in one step. It also explicitly distinguishes this tool from the local-file upload flow by naming the sibling tools `creations_request_upload` and `creations_finalize_upload`, making its purpose clear relative to siblings.

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?

The description clearly states when to use this tool (for a public image URL) and provides an explicit alternative for local/user files (`creations_request_upload` then `creations_finalize_upload`). This is direct when-to-use versus when-not-to-use guidance.

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.