Skip to main content
Glama
itzdaimy

247afk Block Editor MCP Server

by itzdaimy

add_edge

Connect two node ports with an edge to establish data flow between nodes in the 247afk Block Editor. Use after retrieving node IDs from get_graph to create functional connections in scripts.

Instructions

Connect two node ports with an edge. Use get_graph first to know existing node ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNodeIdYesThe id of the source node (from get_graph)
sourceHandleYesOutput port name on the source node (e.g. exec_out, result, health)
targetNodeIdYesThe id of the target node (from get_graph)
targetHandleYesInput port name on the target node (e.g. exec_in, condition, message)

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/itzdaimy/247afk-MCP-Server'

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