action eos_connect { label: "connect" description: "Initiate a connection to a specified peer." provider: eos method: POST path: "/net/connect" encoding: json input: { type: "object" required: ["endpoint"] properties: { endpoint: { type: "string" description: "the endpoint to connect to expressed as either IP address or URL" } } } output: { type: "string" description: "\"already connected\" or \"added connection\"" } }