Skip to main content
Glama

Mint artifact download access

ausca_artifact_access
Idempotent

Return an idempotent, short-lived download URL for one verified artifact this service holds, including a result artifact named by a succeeded invocation's output_artifact. HTTP sends no request body, not even an empty JSON object; artifact_ref is the URL path parameter and Idempotency-Key is a header. The MCP tool instead takes artifact_ref and idempotency_key as tool arguments. The URL expires after at most 60 seconds. The immutable artifact reference is the only authority; verify downloaded bytes against the returned content digest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
artifact_refYes
idempotency_keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
artifactYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed8 schema fields changed
    • addedInput schema / $defs / ArtifactRef / description
      Added value: +"Opaque artifact reference minted by artifact commitment. Relay it unchanged; its form is not part of the contract."
    • addedInput schema / $defs / ArtifactRef / maxLength
      Added value: +512
    • addedInput schema / $defs / ArtifactRef / minLength
      Added value: +1
    • removedInput schema / $defs / ArtifactRef / pattern
      Removed value: -"^runx:artifact:sha256:[a-f0-9]{64}$"
    • addedOutput schema / $defs / ArtifactRef / description
      Added value: +"Opaque artifact reference minted by artifact commitment. Relay it unchanged; its form is not part of the contract."
    • addedOutput schema / $defs / ArtifactRef / maxLength
      Added value: +512
    • addedOutput schema / $defs / ArtifactRef / minLength
      Added value: +1
    • removedOutput schema / $defs / ArtifactRef / pattern
      Removed value: -"^runx:artifact:sha256:[a-f0-9]{64}$"
  2. Added

TDQS

A4.5/5.0
Behavior5/5

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

Beyond annotations, the description discloses the 60-second URL expiry, the exact HTTP request shape, path/header parameter mapping, and the requirement to verify downloaded bytes against the returned content digest. It also states that the immutable artifact reference is the only authority, adding meaningful behavioral context.

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?

Four sentences, all load-bearing: purpose, HTTP/MCP argument mapping, expiry, and integrity verification. The most important information is front-loaded and there is no filler.

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

Completeness5/5

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

For a two-parameter tool with an output schema, the description covers the applicable artifact scope, URL lifetime, invocation mechanics, and verification expectations. Nothing essential is left to inference for an agent to call this tool correctly.

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?

With schema description coverage at 0%, the description must compensate. It usefully maps artifact_ref to a URL path parameter and says to relay it unchanged, and maps idempotency_key to the Idempotency-Key header. However, it does not explain the idempotency key's generation or deduplication semantics beyond that mapping.

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 returns an idempotent, short-lived download URL for one verified artifact, explicitly including result artifacts named by a succeeded invocation's output_artifact. This distinguishes it clearly from the sibling invocation, offer, and inbox tools, none of which mint download access.

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?

The description gives clear selection context by scoping the tool to verified artifacts the service holds, including invocation result artifacts. It does not explicitly name alternatives or say when not to use it, but no sibling tool serves the same purpose.

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.