graph_graph_has_cycle
Detect cycles in a graph. Provide the graph name, and the tool returns a boolean indicating if a cycle exists.
Instructions
[graph] Return {has_cycle: true/false}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |