Skip to main content
Glama
itzdaimy

247afk Block Editor MCP Server

by itzdaimy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_docs

Get full documentation for the 247afk block editor, node types, connection rules, graph format, and examples. Call this first before building any script.

get_graph

Get the current script graph from the open editor tab. Returns nodes, edges, and variables. The editor tab must be open.

set_graph

Replace the entire script graph at once. Use this to build a complete script from scratch. All existing nodes and edges are replaced.

add_node

Add a single node to the script editor canvas.

remove_node

Remove a node and all its connected edges from the editor.

add_edge

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

remove_edge

Remove a specific edge by id.

set_variables

Replace the script variables list. Existing variables are overwritten.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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