Skip to main content
Glama

get_public_key_certificate

Fetch the public certificate and chain for an APC asymmetric key by ARN or alias. Share the public half for TR-34 or ECDH key exchange, or verify what APC currently holds.

Instructions

Call this to fetch the certificate and chain for an APC asymmetric key — to hand a counterparty the public half for TR-34 or ECDH key exchange, or to check what APC currently holds for a key.

Returns KeyCertificate and KeyCertificateChain, both base64-encoded. Public material only; no private key is ever returned.

Args: key_identifier: ARN or alias of the asymmetric key

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
key_identifierYes

Schema Changelog

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

  1. First observedv1.2.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It explicitly discloses that only public material is returned, private keys are never exposed, and the certificate/chain are base64-encoded. This is valuable behavioral and safety information beyond what the input schema reveals.

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: the call intent appears immediately, followed by return format and parameter semantics. Every sentence contributes useful information, with no fluff or repetition.

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?

For a single-parameter tool with no output schema and no annotations, the description covers the essential context: what is returned, encoding, public-only guarantee, and parameter format. Minor gaps like potential errors or the exact shape of the chain are not critical for correct invocation.

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 description coverage is 0%, so the description must add meaning. It does so by explaining that key_identifier accepts an ARN or alias of the asymmetric key, which is essential semantic information. It could add examples or clarify alias formats, but it sufficiently compensates for the schema gap.

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 uses a specific verb ('fetch') and identifies the exact resource: the certificate and chain for an APC asymmetric key. It further clarifies the purpose (handing the public half to a counterparty for TR-34/ECDH, or checking current APC-held material), making it distinguishable from related sibling tools like get_key or get_certificate_signing_request.

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?

The description gives clear, concrete use cases: fetching public key material for TR-34/ECDH exchanges or checking what APC currently holds. It does not explicitly state when not to use this tool or name alternatives, so it stops short of a 5, but the context provided is sufficient for most selection decisions.

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/J8k3/aws-payment-cryptography-mcp'

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