Skip to main content
Glama
fredriksknese

mcp-openmediavault

list_users

List local user accounts in OpenMediaVault with detailed information including UID, GID, groups, and account properties.

Instructions

List all local user accounts in OpenMediaVault with UID, GID, groups, and account details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of users to return
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states it lists all local user accounts, implying a read-only operation, but does not explicitly declare safety, permissions, or side effects. The behavior is predictable but not richly disclosed.

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 a single, well-formed sentence that immediately conveys the core purpose. Every word is necessary, with no redundancy or filler. It is appropriately front-loaded and efficient.

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?

For a simple list tool with one optional parameter and no output schema, the description covers the what and the output fields (UID, GID, groups, account details). It lacks mention of ordering, pagination, or differentiation from similar siblings, but is mostly complete for its simplicity.

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 coverage is 100%: the 'limit' parameter has a clear description and default. The tool description adds no extra meaning about the parameter beyond what the schema provides, so it meets the baseline without enhancing understanding.

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 action ('List'), the resource ('all local user accounts in OpenMediaVault'), and the returned details ('UID, GID, groups, and account details'). It distinguishes from sibling 'enumerate_users' by specifying that it returns account details, but does not explicitly differentiate itself, so it's not a perfect 5.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives like 'enumerate_users' or 'get_user'. No contexts, prerequisites, or exclusions are mentioned, leaving the agent to guess when this tool is appropriate.

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/fredriksknese/mcp-openmediavault'

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