Skip to main content
Glama
kkjh0723

mcp-ldbd

by kkjh0723

ldbd_get_chart_indicators

Get technical indicators on demand from end-of-day price history: moving averages, RSI, volatility, volume ratio, and trailing returns for US, KRX, and crypto symbols. No API key needed.

Instructions

Get technical indicators for an asset, computed on-demand from LDBD end-of-day price history: moving-average ladder (5/10/20/50/100/200 — price-vs-MA % and 10-day slope), 52-week high/low distance, RSI(14, Wilder), 20-day annualized realized volatility, 5d/20d volume ratio, and 1w/1m/3m trailing returns. Public, no API key needed. Works for US, KRX, and crypto symbols. Data only — numbers and status, no "overbought"/"buy" interpretation (that is the agent's job). Short history returns the computable subset plus a missing list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker symbol, e.g. "TSLA", "005930.KS", "BTC-USD"
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It reveals the on-demand computation, publicly accessible nature, symbol coverage, and the edge case of short history returning a subset plus a 'missing' list. It lacks details on rate limits or response status semantics, but these are not critical for invocation.

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 dense yet every sentence contributes: it lists the exact indicator set, usage constraints (public, markets), output philosophy (data-only), and fallback behavior. No fluff or repetition; information is front-loaded with the core purpose.

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 exists, but the description compensates by enumerating the computed indicators and explaining the short-history response (subset + 'missing' list). It does not specify the JSON structure or status field values, but a capable agent could parse the expected data from the list given.

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 input schema is well-covered (100%) with a clear symbol description and examples. The tool description adds value by specifying supported markets (US, KRX, crypto) and implicitly validating the symbol format, going slightly beyond the schema.

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 verb+resource: 'Get technical indicators for an asset' and explicitly enumerates the indicators computed (moving-average ladder, RSI, volatility, etc.). This distinguishes it from sibling tools like ldbd_get_macro_indicators by scoping to chart/technical data.

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?

It provides concrete usage context: works for US/KRX/crypto symbols, requires no API key, and yields raw data without interpretation (the agent's job). However, it does not explicitly name alternative tools or state when NOT to use this tool, so it falls short of a 5.

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/kkjh0723/mcp-ldbd'

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