get_diagram
ActiveTool of Flowgraf
declared in 0.1.1
Fetch a diagram's raw IR (nodes, groups, edges with their real ids) and its current `version`. Call this before edit_diagram so your ops reference ids that actually exist and you pass the correct baseVersion. Returns { diagram, version }.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"diagramId"
],
"properties": {
"diagramId": {
"type": "string",
"minLength": 1,
"description": "The diagram to fetch."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Flowgraf
1/7 registries