publish_graph
Publish a knowledge graph to make it available for use, changing its status from draft to published while maintaining the ability to modify it later.
Instructions
Publish a knowledge graph, changing its status from draft to published. Published graphs can still be modified, but it's recommended to track important changes through version management. Prerequisites:
Graph must exist and be in draft status
Recommended to ensure graph content is complete before publishing
Ensure all necessary nodes and edges have been added
Usage recommendations:
First use list_graphs to check the current status of the graph
Use get_node_details to check the completeness of key nodes
Review the graph structure before publishing
Record publication time for version management
Notify relevant team members after publication
Return data:
data: Published graph information
id: Graph ID
name: Graph name
type: Graph type
status: Published
publishedAt: Publication time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graphId | Yes |