Skip to main content
Glama

spArxx.io | Zero-Knowledge Blockchain Timestamping

get_pricing

Public pricing reference. Does not require a user credential, only the channel Consumer-Token. Returns the current cost (in spArks) of a timestamp operation and the credits-to-USD exchange rate. Both timestamp_register (standard) and timestamp_register_agentic (MCP agent calls) are always returned, regardless of the caller's own auth, so this is a...

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
metaNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "data": {
      +      "properties": {
      +        "currency": {
      +          "example": "credits",
      +          "type": "string"
      +        },
      +        "exchange_rate": {
      +          "properties": {
      +            "credits_per_usd": {
      +              "type": "number"
      +            },
      +            "text": {
      +              "type": "string"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "service_costs": {
      +          "properties": {
      +            "timestamp_register": {
      +              "description": "Standard spArks cost of a create_timestamp call (TIMESTAMP_COST env var, default 25).",
      +              "type": "integer"
      +            },
      +            "timestamp_register_agentic": {
      +              "description": "spArks cost of a create_timestamp call made via an MCP agent key (AGENTIC_TIMESTAMP_COST env var, default 20). This is a flat service rate for this channel, not a discount on spArks themselves.",
      +              "type": "integer"
      +            }
      +          },
      +          "type": "object"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "meta": {
      +      "properties": {
      +        "api_version": {
      +          "type": "string"
      +        },
      +        "environment": {
      +          "type": "string"
      +        }
      +      },
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
  2. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and does well: it discloses the auth model (Consumer-Token only, no user credential) and the important quirk that both timestamp_register and timestamp_register_agentic are always returned regardless of caller auth. It falls short of 5 only because the sentence is truncated mid-thought and return shape details remain incomplete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The content is front-loaded and largely efficient, but the final clause terminates abruptly at 'so this is a...', leaving an unfinished sentence. That truncation is a real structural defect rather than a stylistic nit.

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?

An output schema exists, so return values need not be restated, yet the description helpfully summarizes them anyway. Auth context and the always-both-registers behavior are covered; the unfinished trailing sentence is the only meaningful gap.

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 schema semantics are not a concern and the baseline is 4. The description appropriately adds no parameter detail because there is nothing to parameterize.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific resource (public pricing reference) and spells out exactly what it returns: the spArks cost of a timestamp operation and the credits-to-USD exchange rate. It does not explicitly distinguish itself from sibling tools like get_balance or create_timestamp, so it stops short of a 5.

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?

Gives useful context that no user credential is required, only the channel Consumer-Token, which implies this is a safe public read. However, it never states when to reach for this tool versus siblings such as get_balance, and offers no explicit exclusions or prerequisites beyond auth.

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