Skip to main content
Glama
mkkim2102

finance-mcp-server

by mkkim2102

get_sales_contract_disclosures

Find and parse a company's single sale/supply contract disclosures in a date range, extracting contract amounts, periods, and counterparties to monitor order backlog.

Instructions

Get single sale/supply contract disclosures (단일판매ㆍ공급계약체결).

Finds every 단일판매ㆍ공급계약체결 filing for a company in a date range and reads each one to extract the contract amount, the contract period (start/end dates), the counterparty, and related details — useful for tracking order backlog (수주잔고) from disclosed sales contracts. This disclosure type has no structured JSON API in Open DART, so each filing's original document is downloaded and parsed.

Args: corp_code: The company's eight-digit Open DART corporation code. Samsung Electronics is 00126380. start_date: Start of the search range (filing date), as YYYYMMDD or YYYY-MM-DD. end_date: End of the search range (filing date), as YYYYMMDD or YYYY-MM-DD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYes
corp_codeYes
start_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It explicitly states that each filing's original document is downloaded and parsed because there is no structured JSON API, and it lists the extracted fields (contract amount, period, counterparty). This gives material behavioral insight beyond the tool name and schema.

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 well-organized: a one-line summary, a purpose/behavior paragraph, and a clean Args block. Every sentence adds information—the Korean disclosure type, the extracted data, the lack of structured API, and clear parameter semantics—without fluff.

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?

The description covers the tool's purpose, input semantics, behavior, and why downloading/parsing is necessary. Since an output schema exists, the description does not need to explain return values. Minor gaps such as pagination, rate limits, or potential cost of reading many filings are not mentioned, but the available context is strong enough for correct invocation.

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?

The input schema provides only type and title for each parameter, with 0% description coverage. The description compensates fully by explaining each parameter: corp_code is the eight-digit Open DART code with a concrete example, and start_date/end_date are defined as filing-date range boundaries with accepted formats YYYYMMDD or YYYY-MM-DD.

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 uses a specific verb and resource: 'Get single sale/supply contract disclosures' and then expands with 'Finds every 단일판매ㆍ공급계약체결 filing for a company in a date range.' This clearly distinguishes it from sibling tools like search_disclosures or get_disclosure_document_text by identifying both the exact disclosure type and the extraction behavior.

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 gives clear context: it is used for tracking order backlog from disclosed sales contracts and notes that this disclosure type has no structured JSON API, which explains why document parsing is needed. It does not explicitly name alternatives or exclusion conditions, but the context is strong enough for an agent to infer when this tool is appropriate.

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

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/mkkim2102/finance-mcp-server'

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