Skip to main content
Glama

anchor_creation

Anchor any creation event to the Knox event chain and return a provenance bundle. Three creation modes are supported: human_original (camera capture, original writing, recording), ai_generated (model + prompt + parameters anchored), and ai_assisted_hybrid (human-AI collaboration with edit chain). Returns the Knox anchor record, a C2PA-aligned envelope, and an FRE 902(13)/(14)-shape affidavit. Bonis Systems anchors what creators present; it does not adjudicate authorship, does not grant copyright, and does not enforce any IP claim. Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aiNoAI-generation metadata (required when source = ai_generated).
nameYesDisplay name for the work (max 256 chars).
humanNoHuman-original metadata (optional when source = human_original).
hybridNoHybrid-creation metadata (required when source = ai_assisted_hybrid).
sourceYesCreation source.
sizeBytesNoContent size in bytes.
contentHashYesSHA-256 digest of the content as 64 lowercase hex chars. The content itself is not transmitted.
contentTypeNoMIME type (max 128 chars).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it does so thoroughly. It discloses the authentication requirement ('Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected'), the exact return artifacts (Knox anchor record, C2PA-aligned envelope, FRE 902(13)/(14)-shape affidavit), and the tool's non-adjudicative, non-enforcement posture. This is substantial behavioral context beyond the schema.

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?

The description is front-loaded with the core purpose, then efficiently covers modes, return outputs, legal disclaimers, and authentication in roughly five sentences. Every sentence earns its place, and the structure moves from what the tool does to how to call it.

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?

Given the tool has no output schema and no annotations, the description is remarkably complete: it explains return values, mode-specific behavior, authentication prerequisites, and limitations. The input schema already covers parameter details, so nothing essential for correctly invoking the tool is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3, but the description adds meaningful semantics beyond the schema by explaining the source modes with concrete examples: human_original (camera capture, original writing, recording), ai_generated (model + prompt + parameters anchored), and ai_assisted_hybrid (human-AI collaboration with edit chain). This enriches the source enum and the mode-specific nested objects beyond their raw names.

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: 'Anchor any creation event to the Knox event chain and return a provenance bundle.' This clearly distinguishes it from the sibling verify_provenance by describing a creation/anchoring action rather than a verification action. It also enumerates the three supported creation modes, making the tool's scope immediately understandable.

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 context for when to use the tool: anchoring creation events, with explicit mode coverage for human_original, ai_generated, and ai_assisted_hybrid. It also states exclusions: it 'does not adjudicate authorship, does not grant copyright, and does not enforce any IP claim.' However, it does not explicitly point to verify_provenance as the alternative for verification, so it stops short of naming the sibling alternative.

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.

Resources