Skip to main content
Glama

pve_ceph_osd_in

Mark a Ceph OSD as 'in' to rejoin the CRUSH acting set and allow data to rebalance onto it. Dry-run by default; use confirm=true to execute.

Instructions

MUTATION: mark a Ceph OSD 'in' — rejoins the CRUSH acting set; data rebalances BACK onto it.

RISK_MEDIUM. No upstream cmd-safety check exists for the 'in' action (cmd-safety's action enum is {stop, destroy} only). CAPTURE-or-declare: reads the OSD CRUSH tree before planning; if unreadable -> complete=False. Runs SYNCHRONOUSLY (schema: returns null) — dry-run by default (returns a PLAN); confirm=True executes (POST /nodes/{node}/ceph/osd/{osdid}/in) and returns {"status": "ok", "result": None}. No rollback primitive on this plane — revert with pve_ceph_osd_out.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPVE node the OSD is on; defaults to the configured node if omitted.
osdidYesOSD ID to mark in (0 is a valid id).
confirmNoFalse (default) returns a dry-run PLAN only; True executes the change.
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 bears the transparency burden. It discloses the mutation type, risk level, synchronicity, dry-run vs. confirm behavior, response format, pre-check of CRUSH tree, and absence of rollback. This is exceptionally thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is densely informative but well-structured with distinct thematic sections (mutation, risk, behavior, execution). It is slightly verbose in technical details (e.g., endpoint path) but remains efficient for the amount of information conveyed.

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 and the presence of an output schema, the description covers all essential aspects: what it does, risk, pre-check, dry-run mechanism, synchronous execution, and the revert option. It does not include prerequisites but otherwise is highly 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?

Input schema coverage is 100%, so baseline is 3. The description adds value by explaining the confirm parameter's role (dry-run vs. execute) but does not elaborate on node, osdid, or proximo_target beyond the schema's own descriptions. Thus, it meets the baseline without exceeding it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('mark a Ceph OSD in') and the resource ('Ceph OSD'), along with its effect ('rejoins the CRUSH acting set; data rebalances BACK onto it'). However, it does not explicitly distinguish itself from other pve_ceph_osd_* tools beyond mentioning the revert sibling, so it lacks full sibling differentiation.

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 contextual guidance by mentioning risk level, lack of upstream safety check, and the revert counterpart (pve_ceph_osd_out). It implies when to use (to bring an OSD back in), but does not explicitly state when not to use or provide alternatives beyond the revert.

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