Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

send_password_reset_email

Initiate password reset for users by sending a reset link to their email address. This tool handles the process of generating and delivering password recovery emails.

Instructions

Send Password Reset Email

This action initializes the user's password reset and sends a password reset email.

Args: email: Email address to receive the password reset link

Returns: Confirmation that the reset email was sent

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action ('initializes', 'sends') but lacks critical details: whether this requires admin permissions, if it's idempotent, rate limits, what happens if the email doesn't exist, or if it triggers side effects. For a security-sensitive tool, this is insufficient.

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

Conciseness4/5

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

The description is well-structured with clear sections (title, action, args, returns) and uses minimal sentences. Every sentence adds value, though the title repetition ('Send Password Reset Email') is slightly redundant with the action statement.

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

Completeness3/5

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

Given the tool's moderate complexity (security-sensitive operation), no annotations, and an output schema (implied by 'Returns'), the description covers basics but lacks depth. It explains what the tool does and its parameter, but misses behavioral nuances and security implications, making it minimally viable but incomplete.

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 0%, but the description explicitly documents the single parameter ('email: Email address to receive the password reset link'), adding meaningful context beyond the bare schema. However, it doesn't specify format constraints (e.g., valid email patterns) or edge cases, keeping it at baseline adequacy.

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

Purpose4/5

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

The description clearly states the tool's purpose with specific verbs ('initializes', 'sends') and resource ('password reset email'). It distinguishes itself from siblings by focusing on password reset functionality, though it doesn't explicitly contrast with similar tools like 'change_a_password' or 'resend_email_confirmation_message'.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., user must exist), exclusions, or compare it to sibling tools like 'change_a_password' or 'resend_email_confirmation_message', leaving the agent without contextual usage direction.

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/vanman2024/multilead-mcp'

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