Skip to main content
Glama

Enable a Micro app user

micro_user_enable
Idempotent

Re-enable a disabled app user to restore sign-in access without creating a session. Specify the user's UUID to reactivate their account.

Instructions

Restore sign-in access for one explicit disabled app user without creating a session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoMicro project directory; defaults to the server working directory
userYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
jsonNo
stderrYes
stdoutYes
commandYes
exitCodeYes
Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover readOnly=false, destructive=false, and idempotentHint=true. The description adds a useful behavioral constraint: the restore does not create a session. It doesn't contradict the annotations and provides extra context beyond the structured hints.

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?

A single sentence with no filler. The core operation and the key side-effect exclusion are front-loaded in a compact form.

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 two-parameter tool with an output schema and annotations, the description covers the core behavior. It does not explain edge cases such as enabling an already-enabled user, but the annotations/schema cover the remaining invocation context.

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?

The description reinforces that the 'user' parameter targets a single disabled app user, but it does not explain the UUID format (already in the schema) or the 'path' parameter's role. With 50% schema coverage, it adds a little meaning but leaves the user parameter partly inferred from its name.

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 states a specific action ('Restore sign-in access') on a specific resource ('one explicit disabled app user') and clarifies it is not about creating a session. This distinguishes it from sibling tools like micro_user_disable and session-related tools.

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

Usage Guidelines3/5

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

It implies when to use the tool: to re-enable a single disabled user. However, it does not explicitly name alternatives or conditions such as 'use micro_user_disable to disable' or 'use micro_users to list users,' so some routing is left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/microdotdo/micro-mcp'

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