Skip to main content
Glama
callremind

CallRemind MCP Server

Official
by callremind

requestOtp

Request a fresh email one-time sign-in code for your account. Receive a 6-digit code at the account email to proceed with validation.

Instructions

Request a fresh email one-time sign-in code for the account (POST /auth/connect-request). Sends a 6-digit code to the account email; use validateOtp next. Example: requestOtp({}) -> sends a 6-digit code to your email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoAccount email (defaults to the configured key's account)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.6

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It clearly states the side effect (sends a 6-digit code to the account email) and that the code is 'fresh', implying a new code is issued. It does not mention rate limits or error conditions, but the core side effect is explicit.

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?

The description is two concise sentences plus an example, with the main action and key side effect front-loaded. Every sentence earns its place, and there is no redundant filler.

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 one-parameter, no-output-schema tool, the description covers purpose, side effect, default behavior, and next step with an example. It omits the exact response shape, but that is not critical for a fire-and-forget OTP request, and the flow is clear.

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 schema description covers 100% of the single parameter, and the tool description reiterates that the email defaults to the configured key's account. This adds minimal meaning beyond the schema, so the baseline of 3 is appropriate.

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 verb ('Request'), a specific resource ('fresh email one-time sign-in code'), and even the HTTP endpoint. It clearly distinguishes itself from validateOtp by naming the next step, so an agent can tell these siblings apart.

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?

The description gives clear usage context: this is the first step in an OTP authentication flow and the next tool to call is validateOtp. It does not explicitly list alternatives to avoid, but the sequencing guidance is strong enough for an agent to know when to invoke it.

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

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/callremind/callremind-mcp'

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