All tools
ToolWrite
Archive library relationship
archive_library_relationshipYou need relationship mapping between sources, claims, drafts, posts, and artifacts.
When to use it
You need relationship mapping between sources, claims, drafts, posts, and artifacts.
Typical workflow
Inspect existing relationships before creating, updating, or cleaning edges.
What it returns
Graph neighbors, explicit relationships, cleanup results, or relationship ids.
Avoid using it when
You only need visual canvas edges; canvas is separate from the knowledge graph.
Advanced input contract
Agent hosts use this JSON Schema to validate the exact input shape.
View JSON Schema
{
"type": "object",
"properties": {
"relationshipId": {
"type": "string",
"format": "uuid"
}
},
"required": [
"relationshipId"
],
"additionalProperties": false
}