Skip to main content
Glama

Resend the SSL certificate validation email

eurodns_ssl_resend_approver_email

Resend the SSL certificate validation email to the approver when it was not received. Fix missing approval emails by triggering a new delivery for the specified certificate name.

Instructions

Sends the validation email for one certificate name to its approver again, and returns nothing on success. Use it when the approver did not receive it; if the address itself is wrong, change it first with eurodns_ssl_update_validation_approver.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sanNameYesSubject Alternative Name exactly as it appears on the certificate, e.g. www.example.com, from eurodns_ssl_get_certificate.
certificateIdYesNumeric id of the certificate inside the subscription, from the certificates eurodns_ssl_get_subscription returns.
subscriptionIdYesNumeric id of the SSL subscription, from the list eurodns_ssl_get_subscription returns when called without an id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesResponse body as returned by the API.
statusYesUpstream HTTP status code.

Schema Changelog

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

  1. Changed3 schema fields changedv0.10.0
    • addedInput schema / properties / certificateId / description
      Added value: +"Numeric id of the certificate inside the subscription, from the certificates eurodns_ssl_get_subscription returns."
    • addedInput schema / properties / sanName / description
      Added value: +"Subject Alternative Name exactly as it appears on the certificate, e.g. www.example.com, from eurodns_ssl_get_certificate."
    • addedInput schema / properties / subscriptionId / description
      Added value: +"Numeric id of the SSL subscription, from the list eurodns_ssl_get_subscription returns when called without an id."
  2. First observedv0.9.1

TDQS

A4.5/5.0
Behavior4/5

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

The annotations already indicate non-read-only, non-idempotent behavior, and the description adds that the tool 'returns nothing on success' and that it resends an email. This gives useful behavioral context beyond the annotations, though it does not elaborate on potential side effects like duplicate emails or failure modes.

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 with no redundant information. It packs the action, the condition, the return behavior, and the alternative tool reference into a tight, easily parsed format.

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

Completeness5/5

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

For a simple resend action, the description is complete: it states what happens, when to use it, what to do in the related wrong-address case, and what the success return is. The sibling-tool context reinforces the surrounding workflow without requiring more detail.

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 input schema provides 100% coverage with detailed descriptions for all three parameters, including where to obtain each ID. The top-level description does not add significant parameter-level meaning beyond saying 'one certificate name', so it stays at the baseline for high schema coverage.

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 clearly states the action ('Sends the validation email'), the target ('one certificate name'), and the recipient ('to its approver'). It also distinguishes itself from the sibling tool eurodns_ssl_update_validation_approver by explicitly noting that changing a wrong address should be done there first.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides an explicit condition for use ('when the approver did not receive it') and an explicit alternative for a different scenario ('if the address itself is wrong, change it first with eurodns_ssl_update_validation_approver'). This leaves no ambiguity about when to choose this tool.

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/JigSawFr/eurodns-mcp'

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