Skip to main content
Glama
PulseBet

pulse-verity

Verify a Signed Print

verify_print
Read-onlyIdempotent

Verify signed crypto index price prints locally with ECDSA P-256/SHA-256, checking canonical price fields against the published public key ring to confirm authenticity.

Instructions

Verify a signed print locally with ECDSA P-256/SHA-256. Canonical bytes are pulse-index-v1\n\n<priceText or String(price)>\n\n. The public key ring is fetched from /api/index/v1/pubkey, cached for five minutes and refreshed at most once per 30 seconds on a failed check. A supplied kid selects only that exact key; old prints without kid are tried against the bounded published ring. No API key is sent to the public-key endpoint. valid=true authenticates only the canonical price fields, not kid, sig, quality, cadence, timestamps outside at, or other metadata. An invalid signature can mean an altered print or a key no longer published; it does not by itself prove tampering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atYesTimestamp from the print, unchanged
kidNoSigning key identifier, when provided by the API
sigNo
gradeYes
priceYes
symbolYesCrypto ticker symbol, e.g. BTC, ETH, SOL
priceTextNoExact signed price text, when provided by the API; preserve unchanged
signatureYesECDSA P-256 signature in base64

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the read-only and idempotent annotations, the description discloses detailed runtime behavior: public key ring fetching with caching and refresh policy, kid-based key selection, no API key sent, and what valid=true does and does not authenticate. This is strong transparency.

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 information-dense, with four sentences covering purpose, canonical bytes, key handling, and validation semantics. No fluff or redundant phrasing is present.

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?

The description covers the core verification flow, key management, and the meaning of valid=true, which is sufficient given the lack of an output schema. It does not explicitly specify error behavior on missing keys or network failures, but those are secondary to the main verification purpose.

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

Parameters5/5

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

The description clarifies how parameters map to the canonical byte layout: 'pulse-index-v1\n<symbol>\n<priceText or String(price)>\n<at>\n<grade>'. It also explains the optional kid semantics and the role of the signature, adding meaning beyond the schema definitions.

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 opens with a clear, specific action: 'Verify a signed print locally with ECDSA P-256/SHA-256.' It identifies both the operation (verify) and the resource (a signed print), and the cryptographic context distinguishes it from the sibling getter tools.

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 explains what the tool does but does not explicitly state when to prefer it over the sibling getter tools, nor does it give an alternative. It implies verification use cases but stops short of clear selection guidance.

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/PulseBet/pulse-verity'

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