Skip to main content
Glama

Reissue an SSL certificate

eurodns_ssl_reissue_certificate

Reissue an existing SSL certificate with a new CSR after key rotation, returning the new certificate without changing the subscription term or incurring a charge.

Instructions

Reissues an existing certificate against a new CSR, for example after a key rotation, and returns the new certificate. The subscription term is unchanged and no charge is made; to extend the term instead, use eurodns_ssl_renew_subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesencodedCsr: the new PEM certificate request the certificate is reissued against, plus sanEntries for a multi-domain 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
    • changedInput schema / properties / body / description
      Previous value: -"Request body."New value: +"encodedCsr: the new PEM certificate request the certificate is reissued against, plus sanEntries for a multi-domain certificate."
    • 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 / 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.8/5.0
Behavior4/5

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

The description states that the subscription term is unchanged and no charge is made, which are important non-obvious behavioral details. It does not mention potential validation steps or whether the old certificate is invalidated, but the annotations already indicate a non-read-only, non-destructive operation, and the description does not contradict them.

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 compact and front-loaded with the main action and result, followed by the key differentiator and alternative. Parameter descriptions are concise and avoid redundancy with the schema.

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?

Given the output schema is present and the operation is well-scoped, the description provides sufficient context: the operation reissues, returns a new certificate, does not alter term/charge, and points to the alternative for renewal. No critical context appears missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters are described with meaningful detail: subscriptionId and certificateId reference the source lists, and the body parameter explains encodedCsr and sanEntries, including the nuance that SANs are ignored unless multi-domain. This fully supports correct invocation.

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 tool reissues an existing certificate against a new CSR, gives a concrete example (key rotation), and distinguishes it from renewing the term. This leaves no ambiguity about the tool's core purpose.

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?

It explicitly provides a use case ('after a key rotation') and names the alternative tool for a different scenario ('to extend the term instead, use eurodns_ssl_renew_subscription'). This gives clear guidance on when to use this operation versus its sibling.

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