update_resource
Modify knowledge graph resources by updating titles, descriptions, or metadata to improve documentation and maintain data accuracy.
Instructions
Update resource information in the knowledge graph. This tool must be used in conjunction with list_graphs and get_node_details tools. Use cases:
Modify resource title or description
Update resource metadata information
Improve resource documentation
Usage recommendations:
First call list_graphs to get target graph information
Use get_node_details to check current resource information
Only update fields that need to be modified
Maintain consistency in resource naming
Return data:
data: Updated resource information
id: Resource ID
name: Resource name
title: Resource title
description: Resource description
updatedAt: Update time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graphId | Yes | Graph ID, must be obtained from list_graphs return data | |
| resourceId | Yes | Resource ID, must be obtained from resources array in get_node_details | |
| name | No | New resource name (optional) | |
| title | No | New resource title (optional) | |
| description | No | New resource description (optional) |