unlink_resource
Remove resource associations from knowledge graph nodes to adjust relationships, correct errors, or reorganize structures without deleting the underlying resources.
Instructions
Unlink resource associations from nodes. This tool must be used in conjunction with list_graphs and get_node_details tools. Use cases:
Adjust resource associations
Remove incorrect resource associations
Reorganize node resource structure
Usage recommendations:
First call list_graphs to get target graph information
Use get_node_details to view node's resource associations
Confirm unlinking won't affect other functionality
Record changes for potential re-association
Important notes:
Only removes association, does not delete resource
Resource can still be used by other nodes
Association can be re-established at any time
Return data:
data: Operation result
resourceId: Resource ID
nodeId: Node ID
unlinkedAt: Time when association was removed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graphId | Yes | Graph ID, must be obtained from list_graphs return data | |
| nodeId | Yes | Node ID, must be obtained from nodes array in list_graphs | |
| resourceId | Yes | Resource ID to unlink, must be obtained from resources array in get_node_details |