Skip to main content
Glama

Get Notary Public Key

get_public_key

FETCH NOTARY PUBKEY: Retrieves the official Ed25519 public key of the ProofCore Notary server. WHEN TO USE: Use this tool to obtain the public key required to independently verify server signatures offline with zero network calls. BEHAVIOR: Returns the algorithm name ('Ed25519') and the Base64-encoded raw public key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden, and it does disclose the payload shape (algorithm name plus Base64-encoded raw public key) and the fact that use requires no network calls. It omits whether the key can rotate or should be cached, which is a minor gap for a parameterless read.

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 tight, label-prefixed sentences cover purpose, usage, and return payload with no filler, and the core action is front-loaded.

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?

With no output schema, the description correctly compensates by describing the returned values, and for a simple no-arg read it is nearly complete. Only edge cases such as key rotation or caching are left unspecified.

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 tool takes zero parameters, so the baseline is 4; there is nothing for the description to clarify beyond the schema's empty object.

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 and resource ('Retrieves the official Ed25519 public key of the ProofCore Notary server'), including the algorithm, which cleanly separates it from siblings like verify_content and seal_content.

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 'WHEN TO USE' clause gives a concrete condition: obtaining the key needed to verify server signatures offline with zero network calls. It stops short of naming an alternative tool or an explicit when-not-to-use, but the context is unambiguous.

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