Skip to main content
Glama

provenance__register_artifact

Register a content-addressed artifact into a provenance directed acyclic graph (DAG) for lineage tracking. Idempotent operation using artifact ID, hash, and producer agent.

Instructions

[provenance — genesis certificates, lineage, recalls] Register a content-addressed artifact in a separate provenance DAG. Parent hashes may be registered artifacts or external content roots. Idempotent on artifact_id; does not consume a genesis index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
relationNoderived_from
artifact_idYes
artifact_hashYes
parent_hashesNo
metadata_digestNo
producer_agent_idYes
Behavior3/5

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

The description discloses idempotency and no genesis index consumption, adding value beyond the schema. But it omits other behavioral aspects like error handling, side effects, or prerequisite conditions, relying fully on the description due to absent annotations.

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 waste. The domain tag brackets provide context upfront, and every clause adds value. Ideal length for a tool description.

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

Completeness2/5

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

Lacks information on return values, error conditions, or prerequisites. Given no output schema and complex parameters, the description should cover what the response looks like or any state changes beyond 'register'. Leaves the agent guessing.

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?

With 0% schema description coverage, the description only clarifies 'parent_hashes' (may be registered artifacts or external content roots) and artifact_id (idempotent). The other 4 parameters (relation, artifact_hash, metadata_digest, producer_agent_id) receive no explanation, leaving significant gaps.

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 'Register a content-addressed artifact in a separate provenance DAG' with a specific verb ('Register') and resource, distinguishing it from sibling tools like provenance__register_genesis or read-only tools.

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 implies usage for non-genesis artifacts by noting 'does not consume a genesis index' and mentions idempotency on artifact_id. However, it lacks explicit when-not-to-use guidance or comparison with related tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdhart81/viridis-agent-fleet'

If you have feedback or need assistance with the MCP directory API, please join our Discord server