Skip to main content
Glama

dart_resolve

Resolve Korean company identifiers by stock code, unique number, or name to get official corp_code, company name, and stock code. Returns candidate list for ambiguous names.

Instructions

회사 식별자 해석. query 는 6자리 종목코드 / 8자리 고유번호(corp_code) / 회사명 중 무엇이든 가능. corp_code·회사명·종목코드를 반환하며, 회사명이 모호하면 후보 목록(matches)도 함께 반환.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior4/5

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

Given no annotations, the description carries the full burden. It discloses that the tool returns candidates when company name is ambiguous, which is valuable behavioral context. It does not mention side effects, but the tool is inherently read-only and non-destructive.

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 two sentences in Korean, front-loading the purpose and efficiently covering input/output/edge cases with no unnecessary details.

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?

For a simple resolver with one parameter and no output schema, the description covers all essential aspects: accepted inputs, returned fields, and ambiguity handling. It is fully adequate for the agent to invoke correctly.

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?

With 0% schema description coverage and only one parameter 'query', the description fully explains valid inputs (stock code, unique number, or company name). This adds critical meaning beyond the schema's type string alone.

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 resolves company identifiers, specifies accepted input formats (6-digit stock code, 8-digit unique number, company name), and details output fields (corp_code, company name, stock code, optional matches). This distinguishes it from sibling tools which are more specialized.

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 implicitly says to use when you need to resolve an identifier to company information, and it lists valid input types. However, it does not explicitly compare to alternatives like get_company or state 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/nss133/dart-mcp'

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