Skip to main content
Glama

Mark a user as verified

verify_user

Verify a user's email address using a confirmation token. Omit the token to generate one, then submit it with the user ID to complete verification.

Instructions

Marks an account’s email as verified, which is otherwise done by the user clicking a link. Requires a confirmation token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesNumeric Wiki.js id.
confirm_tokenNoToken from this tool’s previous, unconfirmed call. Omit it to receive one.
Behavior4/5

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

With only idempotentHint=false in annotations, the description carries the behavioral burden and does add useful context: the normal user-click flow and the requirement of a confirmation token. It does not detail side effects like reversibility or notifications, but the key verification behavior is 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?

Two tightly scoped sentences with no filler. The main action is front-loaded, and the token requirement plus normal-flow context each earn their place.

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 mutation with full schema coverage, the description plus schema provide enough to invoke it correctly. It does not describe return values, but no output schema exists and the action's outcome is stated clearly.

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 user_id and confirm_token, including the important 'Omit it to receive one' behavior. The description adds no further parameter meaning beyond repeating the token requirement.

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 uses the specific verb 'Marks' and names the exact resource and outcome: 'an account’s email as verified.' This clearly differentiates it from sibling user-management mutations like update_user, set_user_active, or reset_user_password.

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?

It explains that verification is normally done by the user clicking a link, implying this tool is for manual/admin verification, and it highlights the confirmation-token requirement. It does not explicitly name alternatives or say when not to use it, but the context is clear for such a focused action.

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/ni-c/wikijs-mcp'

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