Skip to main content
Glama

user_otp_setup_post

Set up OTP authentication for a user via the SHM billing panel. Enables admins to configure one-time password security on behalf of a specific user account.

Instructions

POST /user/otp/setup Настройка OTP Тег: OTP Спека: 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.3/5.0
Behavior1/5

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

No annotations are provided, and the description does not disclose auth requirements, side effects, reversibility, or confirmation behavior. The schema's confirm parameter mentions preview mode, but that is not reflected in the description itself.

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

Conciseness3/5

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

It is very short and front-loads the HTTP endpoint, but the remaining lines ('Настройка OTP', 'Тег: OTP', 'Спека: user') are metadata fragments rather than agent-oriented guidance.

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 endpoint with an empty request body nested object and no output schema, the description does not explain what setup does, required permissions, or what happens on success. The schema's confirm description helps, but the description itself leaves key behavioral context missing.

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 body, confirm, and user_id are already documented. The description adds no parameter meaning beyond the schema.

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 description states the HTTP method and path ('POST /user/otp/setup') and labels the operation 'Настройка OTP' (OTP setup). That identifies the resource and action, but it largely restates the tool name and does not explain what the setup operation entails or distinguish it from sibling tools like user_otp_post/put/delete.

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 guidance is given on when to use this tool versus alternatives such as user_otp_post or user_otp_put, nor any prerequisites. It only lists endpoint, tag and spec.

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