Skip to main content
Glama
Particle-Academy

fancy-flow-mcp-js

Remove Edge

remove_edge

Delete a single workflow connection by specifying the edge id or source and target node IDs, leaving the connected nodes intact.

Instructions

Remove one edge, named either by its edge id or by the source/target pair it connects. Removing an edge never removes the nodes it joined.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoSource node id, if naming the edge by its endpoints.
targetNoTarget node id, if naming the edge by its endpoints.
edge_idNoThe edge id, if you have it.
workflow_idYesThe workflow id.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Provides a key behavioral guarantee: removing an edge does not remove the nodes it joined. This helps the agent understand the side effects. No annotations exist, so this description carries the transparency burden and does so adequately.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences, no fluff. All information is relevant and directly supports the agent's decision-making.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Sufficient for a simple edge-removal operation. It explains what, how, and a critical side-effect. It does not specify error conditions or output, but given the tool's simplicity and lack of output schema, this is acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds relational context beyond the schema by explaining that either edge_id or the source/target pair can be used, which is not immediately obvious from individual parameter descriptions. Schema coverage is 100%, so this is supplementary but valuable.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Remove') and resource ('edge'), and clarifies the two ways the edge can be identified (by edge id or by source/target pair). This distinguishes it from sibling tools like remove_node or connect_nodes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Clearly implies when to use it (to remove an edge). It does not explicitly name alternatives or conditions when not to use it, but the purpose is unambiguous enough for an agent to select it appropriately among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Particle-Academy/fancy-flow-mcp-js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server