Skip to main content
Glama
PulseBet

pulse-verity

Get Pulse Verity Index Batch

get_index_batch
Read-only

Retrieve current crypto index prices for up to 100 tickers in one API call. Each successful row is individually signed for verification, while unavailable symbols return per-symbol errors.

Instructions

Read up to 100 crypto symbols in one /api/index/v1/batch request. Returns observations with individually signed successful rows and per-symbol errors for unavailable rows. Your API tier may allow fewer symbols. Verify each successful row with verify_print; surrounding batch and quality metadata are not signed. No automatic retries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsYes

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4.4/5.0
Behavior5/5

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

Adds substantial behavioral detail beyond the annotations: individually signed successful rows, per-symbol errors for unavailable rows, unsigned surrounding metadata, and no automatic retries. Describes the partial-success model and verification requirement with no contradiction to readOnlyHint=true.

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?

Five sentences, each carrying distinct information: purpose, return shape, tier limits, verification step, retry policy. No fluff or redundancy, and the core action is front-loaded in the first sentence.

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?

Even without an output schema, the description sketches the return envelope (observations, individually signed rows, per-symbol errors) and the follow-up verification step. A more concrete response-field description would improve completeness, but for a simple one-parameter read tool it is largely sufficient.

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?

With schema description coverage at 0%, the description partially compensates by adding the tier-dependent limit caveat ('Your API tier may allow fewer symbols') that the schema's maxItems=100 does not capture. However, it does not clarify symbol format or normalization expectations beyond what the schema pattern already enforces.

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?

Description states a specific verb ('Read'), a concrete resource ('crypto symbols'), and scope ('up to 100 in one /api/index/v1/batch request'). The batch nature plus per-symbol error handling clearly distinguishes this from siblings like get_index_price and get_settlement_print.

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?

Clear context for when to call it (multi-symbol reads up to 100) with a post-call workflow ('Verify each successful row with verify_print') and a tier-limits caveat. However, it never explicitly names get_index_price as the single-symbol alternative or states when-not to use the batch tool.

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