Skip to main content
Glama

Get issued certificate

get_issued_certificate
Read-onlyIdempotent

Looks up one issued certificate by the serial printed on it. Case and dashes don't matter. Scoped to this workspace — it answers whether you issued this, not whether it is real in general.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialYesThe serial printed on the certificate, e.g. UL-34YT-T22D-M7BQ. Case and dashes are ignored.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
scoreYes
localeYes
serialYes
courseIdYes
issuedAtYes
identityIdYes
identityExternalIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds meaningful context beyond those annotations: case and dashes are ignored, and the result is scoped to this workspace's issuance status. No contradiction with annotations.

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?

Three short sentences, each carrying distinct value: what it does, input normalization, and scope/interpretation. No filler or redundancy.

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 single-parameter lookup tool with an output schema and strong annotations, the description covers the essential operational details: lookup key, input flexibility, and workspace scope. Nothing critical is missing for an agent to call it correctly.

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?

Schema description coverage is 100% and the only parameter is already well documented with an example and normalization rule. The description reinforces the same 'case and dashes ignored' detail but adds little beyond the schema, so the baseline 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?

States a specific verb ('looks up') and resource ('one issued certificate') with a clear lookup key (serial printed on it). It also distinguishes itself from general certificate lookups by emphasizing workspace scoping, so an agent can tell it apart from get_certificate and list_issued_certificates.

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?

Provides clear context for when to use it: when you need one issued certificate by serial and want to know whether this workspace issued it. It explicitly sets an exclusion ('not whether it is real in general'), though it does not name sibling alternatives directly.

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