Skip to main content
Glama

attach_artifact_reference

Attach an HTTPS repository, document, drawing, datasheet, BOM, or design reference to the current project revision without copying its bytes. Private or expiring URLs remain the buyer's responsibility until uploaded directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
purposeYes
media_typeNoapplication/octet-stream
project_idYes
source_urlYes
artifact_typeYes
checksum_sha256No
original_filenameNo
data_classificationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
artifactYes

TDQS

A3.8/5.0
Behavior3/5

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

Annotations are all false and offer no positive safety info, so the description carries the burden. It reveals two key behaviors: it attaches a reference without copying bytes, and private/expiring URLs are the buyer's responsibility. However, it does not disclose side effects, permission requirements, reversibility, or whether the operation mutates the project revision beyond implicit 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?

Two sentences, front-loaded with the main action and key constraint, with no wasted words. The first sentence states what the tool does, and the second adds an important responsibility note. Exemplary conciseness.

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

Completeness3/5

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

The description is concise and covers the tool's core distinction, but given the complexity (8 parameters, 5 required, 3 enums, 0% schema coverage), it leaves gaps: no guidance on choosing artifact_type vs. purpose, no explanation of required fields, and no detail on how checksum or filename are used. The output schema exists, so return values are covered, but the description is not fully complete for a tool with this parameter count.

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 description coverage is 0%, and the description does not meaningfully explain the parameters. It lists general content types ('repository, document, drawing, datasheet, BOM, or design reference') that map loosely to artifact_type or purpose, but it does not clarify required parameters (project_id, source_url, data_classification) or optional ones like checksum_sha256 or media_type. The description adds minimal semantic value beyond what the enum values already convey.

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 action: 'Attach an HTTPS repository, document, drawing, datasheet, BOM, or design reference to the current project revision without copying its bytes.' It uses a specific verb and resource, and the phrase 'without copying its bytes' explicitly differentiates it from the sibling tool create_artifact_upload.

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 provides clear context on when to use this tool: for referencing external content via HTTPS rather than uploading bytes. The note 'Private or expiring URLs remain the buyer's responsibility until uploaded directly' implies an alternative action (upload), but no sibling tool is explicitly named, and formal when-not conditions are absent.

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.

TDQS

A3.6/5.0
Disambiguation5/5

Every tool targets a distinct resource, role, or action. For example, list_orders versus list_supplier_orders clearly separates buyer and supplier views, and update_supplier_order versus update_supplier_order_issue versus update_supplier_order_return handle different concerns despite similar names. Rich descriptions eliminate ambiguity.

Naming Consistency5/5

All tool names consistently use snake_case with a verb_noun pattern (e.g., create_project, list_orders, update_supplier_capabilities, search_products). The style is uniform across reads, writes, lists, and searches, making the API predictable.

Tool Count1/5

With 55 tools, the server far exceeds the typical well-scoped range of 3-15. Even for a broad supply chain platform, 50+ tools hits the rubric's 'extreme mismatch' threshold. The domain is comprehensive, but the sheer number overwhelms and likely complicates agent tool selection.

Completeness5/5

The tool surface covers the full lifecycle from project creation, BOM management, sourcing, quoting, planning, checkout handoff, orders, returns, issues, warranties, catalog updates, supplier profiles, and validation. It handles buyer and supplier sides with appropriate state transitions, and includes meta tools for connection and schema guidance. No obvious critical gaps exist.

Resources