Skip to main content
Glama
pineforge-4pass

PineForge-Codegen

binance_symbols

List and filter available Binance trading symbols for OHLCV data fetching. Supports spot and USDT perpetual futures with filters for asset, status, and contract type.

Instructions

List/validate symbols available on the Binance public API for OHLCV fetching. Filters: query (substring of the symbol), quote_asset (e.g. 'USDT'), base_asset (e.g. 'BTC'), status (e.g. 'TRADING'), contract_type (futures only, e.g. 'PERPETUAL'). Results are cached 5 min in process. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYes'spot' or 'usdt_perp'.
queryNoCase-insensitive substring of the symbol.
quote_assetNoFilter by quote asset (e.g. 'USDT').
base_assetNoFilter by base asset (e.g. 'BTC').
statusNoFilter by status. 'TRADING' returns active only.
contract_typeNoFutures only. 'PERPETUAL' for usdt_perp swaps.
limitNoMax symbols to return. Default 200.
Behavior4/5

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

No annotations provided; description fills gap by stating results are cached 5 min and free. It does not disclose rate limits or auth needs, but for a read-only tool this is sufficient. No contradictions.

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 sentences, front-loaded with purpose and filters. Every word earns its place, no redundancy.

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?

No output schema, but description covers purpose, filters, caching, and cost. For a listing tool, this is complete enough. Could mention return format but not essential.

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?

Schema coverage is 100%, and description adds examples (e.g., 'USDT', 'BTC', 'TRADING', 'PERPETUAL') and explains query as substring. This goes beyond the schema, providing clear semantics.

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 clearly states the tool lists/validates symbols for OHLCV fetching, distinguishing it from sibling tools like fetch_binance_ohlcv. It specifies the resource (symbols) and action (list/validate) with context.

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 implies usage for selecting symbols before fetching OHLCV data, with filters provided. It doesn't explicitly exclude alternatives, but the context with sibling tools makes it apparent. Could add when-not-to-use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/pineforge-4pass/pineforge-codegen-mcp'

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