Skip to main content
Glama
kkjh0723

mcp-ldbd

by kkjh0723

ldbd_search_assets

Find assets by symbol or name. Narrow results by market: NYSE, NASDAQ, KRX, KOSDAQ, or crypto.

Instructions

Search the asset universe by symbol or name. Optional market filter (NYSE|NASDAQ|KRX|KOSDAQ|CRYPTO).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
marketNo
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It discloses that it searches by symbol/name and supports an optional market filter, but does not detail behavior around limits, result formats, or edge cases. For a read-only search, this partial transparency is adequate but not rich.

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 deliver the core purpose and optional filter without waste. The format is front-loaded and efficient.

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

Completeness3/5

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

For a simple search tool with 3 parameters and no output schema, the description gives the essential query and market guidance. However, it omits the limit semantics and expected return behavior, leaving some gaps for an agent.

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 coverage is 0%, so the description must compensate. It explains that query is a symbol/name and enumerates market values, but does not mention the limit parameter or its default. This partially compensates for the schema's minimal property descriptions.

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 it searches the asset universe by symbol or name, with an optional market filter. This differentiates it from siblings like get_asset (which likely retrieves a specific asset) and get_trending_assets.

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 clear context: use this to search for assets by symbol/name, with an optional market filter. However, it does not explicitly state when not to use it or name alternative tools, so it misses the highest bar.

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