Skip to main content
Glama

set_user_status

Enable or disable a MinIO IAM user account. Use dry-run to preview changes before applying. Reversible action for access management.

Instructions

[WRITE][risk=medium] Enable or disable an IAM user. Reversible → prior status.

Refused when it targets the access key this tool authenticates with: the change would take effect and then reject every following call, the undo included. Enforced under dry_run too.

Args: access_key: The user's access key (from iam_users). enabled: True enables the account, False disables it. dry_run: If True, preview without changing the status. target: MinIO target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
dry_runNo
enabledYes
access_keyYes
Behavior5/5

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

No annotations are provided, so the description must fully disclose behavior. It does so by stating the write risk, reversibility, the refusal edge case, and the fact that dry_run does not bypass the refusal. This is substantial and goes beyond basic mutation semantics.

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 organized with a purpose statement, a behavioral note, and an Args block. Each sentence adds value, and the structure makes it easy to scan. There is no filler or redundant repetition.

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?

Despite lacking an output schema and annotations, the description covers all necessary invocation details: purpose, parameters, behavior, and edge cases. The dry_run behavior under refusal is a subtle detail that would be hard to discover otherwise, making this notably complete.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining each parameter's meaning and purpose. It clarifies that enabled=true/false maps to enabling/disabling, dry_run provides preview, access_key is sourced from iam_users, and target defaults to the configured target.

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 the tool's function: 'Enable or disable an IAM user.' This is a specific verb+resource that distinguishes it from sibling tools like create_user or remove_user. The additional context about reversibility and the refusal edge case further clarifies its scope.

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 clear context on when to use the tool and includes an explicit exclusion (refuses when targeting the access key used for authentication). It also directs users to get access_key from iam_users. However, it does not explicitly name alternative tools for similar actions, leaving some gap in explicit comparison.

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/AIops-tools/MinIO-AIops'

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