Skip to main content
Glama

provenance__register_genesis

Register an agent's genesis certificate with lineage tracking and quarantine enforcement. Issues a content-addressed birth record with a monotone index, ensuring idempotent registration.

Instructions

[provenance — genesis certificates, lineage, recalls] Register an agent's birth. Issues a content-addressed genesis certificate with a strictly monotone index (epoch 0 = the founding cohort). parent_id records lineage; children of recalled/quarantined parents are quarantined at birth. Idempotent — an agent is born once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYes
parent_idNo
artifact_hashNo
Behavior4/5

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

With no annotations, the description discloses key behaviors: idempotence, monotone index, and quarantining of children of recalled parents. It covers important traits but could mention permissions or return value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is information-dense but well-structured, starting with a bracketed context phrase. It could be slightly more concise but effectively packs relevant details.

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?

Given 3 parameters, no output schema, and no annotations, the description explains the main action and one parameter but omits details on artifact_hash and return value, leaving some gaps for the agent.

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 coverage is 0%, and the description only explains parent_id's role in lineage. It does not describe agent_id (required) or artifact_hash (optional), leaving their semantics unclear.

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 tool registers an agent's birth and issues a genesis certificate. It distinguishes from siblings like provenance__register_artifact and identity__register_agent by focusing on provenance genesis for agents.

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 explains what the tool does and its effects (idempotent, quarantining), but it does not explicitly guide when to use this tool versus alternatives like identity__register_agent or provenance__register_artifact, though the context implies it.

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