Skip to main content
Glama

user_password_auth_post

Enable password-based login for a user in the SHM billing panel. Accepts login, phone, and account details to set up the credential.

Instructions

POST /user/password-auth Включить вход по паролю Тег: Пользователи Спека: user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoТело запроса (application/json)
confirmNoЯвное подтверждение выполнения не-GET операции. Без confirm:true в режиме rw возвращается превью запроса.
user_idNoadmin acts on behalf of this user

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are supplied, so the description carries full disclosure burden, yet it says nothing about side effects, required permissions, or that this is a mutating operation gated by confirm:true (that detail lives only in the schema). The word "Включить" implies a state change, but consequences and reversibility are unstated.

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

Conciseness2/5

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

Four lines, of which the route string, tag, and spec name are pure scaffolding rather than agent-facing information. The one substantive sentence is buried after noise, so the text is not front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-annotation mutation tool with a nested request body and no output schema, the description omits everything an agent needs beyond the route: what gets enabled, under what conditions, and how confirm/impersonation interact. It is essentially a raw OpenAPI summary.

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 description coverage is 100%, so the schema already documents body, confirm, and user_id, including the rw-mode preview behavior. The description adds no parameter meaning beyond that, which is the expected baseline when the schema does the work.

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

Purpose3/5

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

The Russian phrase "Включить вход по паролю" states a recognizable action (enable password login) plus the route and tag. However, half the text is boilerplate metadata ("Тег: Пользователи", "Спека: user"), and nothing distinguishes this POST from the sibling user_password_auth_get and user_password_auth_delete variants.

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?

No when-to-use guidance, no prerequisites, and no reference to the GET/DELETE siblings that manage the same resource. An agent gets no signal about when enabling password auth is the right call versus configuring passkeys or OTP.

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