Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |