Skip to main content
Glama

Blocksize Agentic Market Intelligence

Instrument List

list_instruments
Read-onlyIdempotent

List the supported instruments for one Blocksize service. This is free, read-only catalog metadata; it does not fetch live prices, create accounts, or start x402 payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum instruments to return. Use offset to traverse the stable catalog without requesting the entire upstream array.
offsetNoZero-based offset into the sorted instrument catalog.
serviceNoBlocksize service namespace to list: vwap for crypto VWAP pairs, bidask for shared bid/ask symbols including supported equities, fx for FX pairs, or metal for metals.vwap

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds behavioral context by clarifying that this operation is free, is catalog-only, and does not trigger live price fetching, account creation, or x402 payment. This goes beyond the annotations and reduces surprise.

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?

Two concise sentences with no filler. The main action is front-loaded, and the second sentence earns its place by spelling out important non-behaviors that help with tool selection and safety expectations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, all three parameters are optional and well-documented in the schema, an output schema exists, and strong annotations cover safety, idempotency, and read-only behavior. The description supplies the remaining context about scope and side-effect boundaries, so nothing critical is missing.

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?

Schema description coverage is 100%, and the schema already explains limit, offset, and service with examples for the enum values. The description does not add significant new parameter-level detail beyond repeating the 'one Blocksize service' concept, so a baseline 3 is appropriate.

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 states a specific verb and resource: 'List the supported instruments for one Blocksize service.' It also differentiates from pricing/payment tools by noting it 'does not fetch live prices, create accounts, or start x402 payment,' which helps an agent distinguish it from the 'get_pricing_info' and similar siblings.

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 provides clear context: this is free, read-only catalog metadata and explicitly lists what it does not do. It does not name alternatives or explicitly say 'use this when you need the instrument catalog,' but the negative scope is strong enough to guide an agent toward the right use case.

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.

TDQS

A4.4/5.0
Disambiguation4/5

Each tool has a distinct primary purpose, but search and search_pairs overlap in discovery, and get_market_data_endpoint vs get_workflow_endpoint both build endpoints. Descriptions clearly differentiate them, so confusion is unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (get_, list_, search_, fetch). The naming is predictable and uniform across the set.

Tool Count5/5

With 8 tools covering search, catalog, pricing, and endpoint building, the count is well-scoped for a market intelligence discovery server. No redundancy or bloat.

Completeness4/5

The tools cover documentation search, instrument discovery, product/pricing info, and endpoint construction. The only minor gap is not executing actual paid data fetches, but that is intentionally left to the generated HTTP endpoints.

Resources