Skip to main content
Glama

deploy_node

Deploy a non-custodial Lightning node (LND + Neutrino) on your own VPS. Returns a node ID to track progress; complete wallet setup in the Lightning Terminal UI.

Instructions

Deploy a new Lightning node (LND + Neutrino) on a VPS. The node runs on the user's own server and is fully non-custodial. Returns a node ID to track progress. The user must complete wallet setup manually in the Lightning Terminal UI. Use node_status to check progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
torNoEnable Tor-only mode for maximum privacy. Default: false.
regionNoRegion slug (e.g., 'nbg1', 'fsn1'). Omit to use the first available region.
api_keyYesVPS provider API key (e.g., Hetzner API token)
providerYesVPS provider. LunaNode is cheapest (~$3.50/mo) and accepts BTC, Hetzner ~$5.49/mo, Scaleway ~$6.42/mo, Vultr ~$10/mo (32 locations + accepts crypto), DigitalOcean ~$12/mo (global).
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the node runs on the user's own server (non-custodial), returns a node ID, and requires manual wallet setup. It does not mention potential failures, permissions beyond the API key, or rate limits, but covers essential behavioral traits.

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?

The description is very concise—four short sentences that front-load the main action. Every sentence adds value: what it does, non-custodial nature, return value, manual wallet setup, and follow-up tool. No wasted words.

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?

Given the complexity (4 parameters, no output schema), the description covers the main workflow: deployment, return value, manual setup, and status checking via sibling tool. It misses potential error handling or permission details but is sufficiently complete for an agent to understand the tool's purpose and next steps.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description does not add extra meaning beyond what the schema already provides for each parameter (e.g., provider enum with cost info is already in schema). Thus, no significant additional value.

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?

The description clearly states it deploys a Lightning node (LND + Neutrino) on a VPS, specifying it is non-custodial. It distinguishes itself from sibling tools like node_status and the others, which are about different actions (buying credit, calling APIs, etc.).

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?

The description provides a clear usage path: deploy, then complete wallet setup manually in the UI, then use node_status to check progress. It implicitly tells when to use this tool (when deploying a node) and references the sibling tool for follow-up. However, it does not explicitly exclude scenarios or mention alternatives beyond node_status.

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

Install Server

Other Tools

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/signaltech-org/bolthub-sdk'

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