Skip to main content
Glama

update_certificate_reissue

Idempotent

Reissue an existing certificate in LearnWorlds by replacing recipient details or issue date, using the certificate ID. Preserves other fields while updating the live record.

Instructions

🟡 WRITE · updates data · PUT /v2/certificates/{id}

Update a certificate (Reissue). Updates the certificate specified by the provided certificate id.

Behavior: replaces the fields you send on an existing record in the live school. Idempotent: repeating it leaves the same state. Auth (admin API token + Lw-Client id) is injected server-side, never by the model; calls are throttled to stay under LearnWorlds' 30-per-10s cap and retried on 429/5xx. Parameters: the whole JSON payload goes in the single body argument, forwarded verbatim (the spec leaves body optional, but this endpoint expects one). Returns: HTTP <status> followed by the LearnWorlds JSON response body. A non-2xx reply surfaces as a tool error with that status and the API error payload — 401 bad/expired token, 403 not permitted, 404 no such record, 422 rejected input. Use when: only when the user asked to change an existing record. Read it first so you overwrite just the fields you mean to; use the create tool if it does not exist yet. Related Certificates tools: delete_certificate_revoke_invalidate, get_certificates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCertificate Id
bodyNo

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.8/5.0
Behavior5/5

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

Goes well beyond the annotations by explaining PUT replacement semantics, idempotency, server-side auth injection, throttling/retry behavior, return format, and specific error statuses. All of this is consistent with the annotations: readOnlyHint=false, idempotentHint=true, destructiveHint=false.

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 organized into labeled sections and packs in dense useful information without fluff. It is somewhat long, but the complexity of the endpoint justifies the length. Front-loads the core purpose and HTTP method before details.

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 tool with no output schema, the description covers request semantics, response format, error handling, authentication, rate limits, and usage strategy. The related sibling tools are named, and the agent has enough context to select and invoke this tool correctly.

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

Parameters4/5

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

The description clarifies that the entire JSON payload goes into the `body` argument and is forwarded verbatim, and notes that despite the spec marking `body` optional, this endpoint expects one. This adds meaningful guidance over the schema, which leaves `body`'s top-level description empty. The `id` parameter is straightforward from the schema.

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 updates/reissues a certificate identified by its id, using PUT /v2/certificates/{id}. It explicitly differentiates itself from related certificate tools including delete_certificate_revoke_invalidate and get_certificates, and references the create tool as the alternative for records that do not exist.

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?

Provides explicit 'Use when' guidance: only when the user wants to change an existing record. It instructs to read the record first before overwriting, and directs the agent to use the create tool if the record does not exist. This is strong, actionable routing guidance.

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/ohneben/Learnworlds-MCP'

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