Skip to main content
Glama

pve_ceph_service_start

Start Ceph services (mon, osd, mgr, etc.) on a Proxmox node. Dry-run returns a plan; confirm=True executes the start and returns a task ID.

Instructions

MUTATION: start Ceph service(s) (systemd unit(s) matching service).

RISK_MEDIUM. No CAPTURE — no durable "is this unit currently running" read exists on this plane. Dry-run by default (returns a PLAN); confirm=True executes (POST /nodes/{node}/ceph/start) and returns {"status": "submitted", "result": }. No rollback primitive on this plane — revert with pve_ceph_service_stop for the same service target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPVE node to act on; defaults to the configured node if omitted.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the start.
serviceNoCeph service to start: '(ceph|mon|mds|osd|mgr)[.<id>]', e.g. 'mon.pve1'. Defaults to 'ceph.target' (the whole stack) if omitted.
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
Behavior4/5

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

No annotations provided, so the description carries the full burden. It clearly states this is a mutation (MUTATION), includes risk level (RISK_MEDIUM), explains the dry-run behavior, and mentions no durable status read exists. It also notes the return format for both dry-run and execution. However, it doesn't discuss authentication requirements or rate limits, which are minor omissions.

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 extremely concise with no wasted words. It front-loads the mutation nature and dry-run behavior, then covers execution, reversal, and return format. Every sentence adds value.

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, dry-run, risk medium, no rollback), the description is highly complete. It covers the action, behavior, return types, risk, and relation to sibling tools. The output schema exists but context signals don't detail it; however, the description covers the return format sufficiently.

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 description coverage is 100%, so the baseline is 3. The description adds value above the schema by explaining the default behavior for 'service' (defaults to 'ceph.target') and 'confirm' (default false returns PLAN). It doesn't add much for 'node' or 'proximo_target' beyond what's in the schema, but the overall parameter behavior is well-explained through the tool flow.

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's a mutation tool for starting Ceph services (systemd units matching `service`). It specifies the exact API call (POST /nodes/{node}/ceph/start) and distinguishes from siblings like pve_ceph_service_stop and pve_ceph_service_restart.

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 explicitly says to revert with pve_ceph_service_stop, provides dry-run behavior by default (confirm=False returns a PLAN), and explains that confirm=True executes the action. It also mentions no rollback primitive, guiding the agent to use the stop tool for reversal.

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