Skip to main content
Glama

pve_ceph_mon_create

Creates a Ceph Monitor on a Proxmox node, optionally auto-creating a Manager for the first monitor. Dry-run by default; confirm=True to execute.

Instructions

MUTATION: create a Ceph Monitor. Auto-creates a Manager too if this is the FIRST monitor in the cluster (schema truth).

RISK_MEDIUM: extends cluster quorum membership. monid defaults to the nodename when omitted. CAPTURE-or-declare: reads the current monitor list before planning (also readable directly via pve_ceph_mon_list); if unreadable -> complete=False. Dry-run by default (returns a PLAN); confirm=True executes (POST /nodes/{node}/ceph/mon/{monid}) and returns {"status": "submitted", "result": }. No rollback primitive on this plane — revert with pve_ceph_mon_destroy(monid=...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPVE node to create the monitor on; defaults to the configured node if omitted.
monidNoID for the new monitor; defaults to the nodename if omitted.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the create.
mon_addressNoOverrides the autodetected monitor IP address(es); must be in Ceph's public network(s).
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description fully discloses all behavioral traits: it declares itself a mutation, states RISK_MEDIUM (extends quorum), auto-creates Manager on first monitor, explains dry-run vs. execution, and clarifies the lack of rollback. No contradictions with annotations exist.

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 concise, front-loaded with the key purpose (MUTATION: create a Ceph Monitor), and organized into clear, brief clauses that each add necessary information without redundancy.

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

Completeness5/5

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

Given the tool's complexity (mutation with 5 params, no annotations, output schema exists), the description covers all essential aspects: purpose, risk, defaulting, dry-run, pre-checks, revert method, and output format. It is fully sufficient for an agent to correctly select and invoke the tool.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the combined effect of parameters (e.g., monid defaults to nodename, confirm controls dry-run vs. execution) and the first-monitor behavior that auto-creates a Manager, which is not captured in the schema.

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 begins with 'MUTATION: create a Ceph Monitor', clearly specifying the action and resource. It further distinguishes itself by noting the auto-creation of a Manager on first monitor, which differentiates it from sibling tools like pve_ceph_mon_destroy or pve_ceph_mon_list.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use and when-not-to-use guidance, including the defaulting of monid, the dry-run plan vs. execution behavior, the need to read the monitor list first (with alternative pve_ceph_mon_list), and the revert method via pve_ceph_mon_destroy.

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/john-broadway/proximo'

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