Skip to main content
Glama
RishabhKodes

Pacemaker MCP

by RishabhKodes

pcs_node_unstandby

Bring a node out of standby so it can host Pacemaker resources again. Specify a target node, or omit to apply to the local node.

Instructions

Bring a node out of standby via 'pcs node unstandby []'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoTarget node name; omit to affect the local node
sudoNoPrefix commands with sudo on the remote host
clusterNoNamed cluster in config
timeoutMsNoSSH command timeout in milliseconds
sshConfigHostNoOpenSSH Host alias to resolve connection parameters
sshConfigPathNoPath to OpenSSH config (defaults to ~/.ssh/config)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations exist, so the description alone must disclose side effects, but it only restates the command 'pcs node unstandby [<node>]'. It does not state whether this triggers cluster reconfiguration, requires privileges, or what failure modes occur.

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?

One compact sentence with no filler; the action and command are immediately visible.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is a simple state-changing command with no output schema and no annotations, and the description does not cover when to use it or the effects of the operation on the cluster. The missing context beyond the schema makes it only minimally complete.

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 the schema already documents node, sudo, cluster, timeoutMs, sshConfigHost, and sshConfigPath. The description adds only the [<node>] syntax, matching the node field, with no extra meaning.

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 names the specific operation 'Bring a node out of standby' and gives the exact command form, so an agent knows the tool reverses standby. This distinguishes it from the sibling pcs_node_standby without needing to open schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance indicates when to choose this over pcs_node_standby or status tools; the usage is only implied by the verb. An agent must infer the precondition that the node is in standby and that other status/management tools serve different purposes.

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

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/RishabhKodes/pacemaker-mcp'

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