Skip to main content
Glama
okdoittttt

ko-stock-mcp

by okdoittttt

get_company_info

Retrieve basic company information including official name, CEO, stock code, sector, address, and more by providing an 8-digit corporate code.

Instructions

기업개황: 회사의 기본 정보를 조회합니다. corp_code는 get_corp_code로 확보하세요.

회사명(정식/영문/약식), 대표자명, 법인구분(corp_cls: Y유가/K코스닥/N코넥스/E기타), 종목코드, 업종코드, 설립일, 결산월, 주소, 홈페이지, 전화 등을 제공합니다.

Args: corp_code: 공시대상회사 고유번호(8자리).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes
Behavior3/5

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

No annotations provided, so description carries full burden. It correctly describes a read operation with no side effects, but does not mention rate limits, auth, or other behaviors. Adequate but not extensive.

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?

Description is two short paragraphs: first states purpose and prerequisite, second lists output fields and parameter. No wasted words, front-loaded with key information.

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?

For a single-parameter tool with no output schema, description covers how to get the parameter, what it returns, and what fields are included. Could mention data type or validation, but overall complete.

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?

Input schema has 0% coverage for parameter descriptions. The description adds meaning: '공시대상회사 고유번호(8자리)' explains the parameter format and length, which is helpful beyond just the title.

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?

Description uses specific verb '조회' (retrieve) and resource '회사의 기본 정보' (basic company info), listing multiple output fields. It clearly distinguishes from sibling tools like get_financial_statement and get_disclosure.

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?

Explicitly states that corp_code should be obtained via get_corp_code, providing a clear prerequisite. Lacks explicit when-not-to-use or alternative tool guidance, but the context is sufficient.

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/okdoittttt/ko-stock-mcp'

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