Skip to main content
Glama

Create certificate template

create_certificate

Creates a certificate template. Every tokens field is optional and falls back to the default design; an empty issuerName uses the workspace name. logoUrl must be a PNG or JPEG — a PDF cannot embed SVG or WebP. Composition: layout picks one of centred/left/minimal/sealed, order rearranges the centre stack, and freeform:true places every element from positions instead — fractions of the page inside its margin, x being the element's centre, y its top, w its width. Requires the Scale plan or higher.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTemplate name, up to 80 characters.
tokensNoThe design: issuer, logo, wording, colours, border, orientation and layout. Every field is optional and falls back to the default design; omit tokens entirely for the default.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
tokensYesThe certificate's design: layout, colours, fonts, text and signature settings.
createdAtYes
updatedAtYes
workspaceIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations are minimal (readOnlyHint=false, destructiveHint=false, etc.), so the description carries the burden of behavior. It discloses key behaviors: tokens fall back to defaults, empty issuerName uses workspace name, logoUrl format restrictions, and detailed composition rules for layout/order/freeform. This goes beyond the schema and is highly informative. It does not mention the return format, but an output schema exists, so that gap is acceptable.

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 dense but well-structured: it opens with purpose, then explains optionality, logo constraints, composition details, and plan requirement. Each sentence adds necessary information without fluff. Slightly longer than ideal, but every part earns its place.

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?

Given the complexity of the tool (many nested tokens, positions, translations, etc.), the description covers the critical behaviors and constraints that are not obvious from the schema. It explains defaults, format limitations, and the freeform coordinate system. Combined with the schema's per-field descriptions, an agent has sufficient information to use the 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?

Schema coverage is 100% and the schema already provides descriptions for tokens. The description adds meaningful semantics beyond the schema: it explains the fallback behavior, the composition model (how layout/order/freeform interact), and logo format constraints. This is valuable context that helps an agent correctly construct the parameters.

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 'Creates a certificate template' – a specific verb and resource that distinguishes it from siblings like update_certificate, get_certificate, and list_certificates. It also provides context about the tokens structure, making the scope unambiguous.

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

Usage Guidelines3/5

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

The description implies usage (it's a create operation) but does not explicitly contrast with alternatives such as 'use update_certificate to modify existing templates' or 'use get_certificate to retrieve one'. It does mention the plan requirement, which is a prerequisite, but not when to choose this over other tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources