Skip to main content
Glama
mkkim2102

finance-mcp-server

by mkkim2102

get_disclosure_document_text

Retrieve the complete plain-text content of any DART disclosure filing using its 14-digit receipt number, stripping HTML for direct reading.

Instructions

Get the plain-text content of one DART disclosure document.

Downloads the original filing (원문) for a receipt number and strips HTML markup, so the content can be read directly. Useful for reading the details of any filing found via search_disclosures.

Args: rcept_no: The 14-digit disclosure receipt number (접수번호), as returned by search_disclosures or other DART tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rcept_noYes

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, the description carries the burden of behavioral disclosure. It explains that the tool downloads the original filing and removes HTML markup to produce plain text, making the read-only, transformative nature of the operation clear. It omits topics such as authentication and error cases, but these are secondary for this simple retrieval tool.

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 compact and front-loaded, with a clear summary sentence followed by supporting behavior and one parameter explanation. There is no filler, and each sentence adds relevant 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 an output schema, the description covers purpose, behavior, parameter format, and typical usage context. It does not mention authentication or failure behavior, but those are not essential to invoking this tool 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?

Although the schema provides no description coverage, the description's Args section fully documents rcept_no: it is a 14-digit receipt number (접수번호) obtained from search_disclosures or other DART tools. This adds format, source, and context beyond the bare schema type.

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 specific action and resource: 'Get the plain-text content of one DART disclosure document.' It further clarifies the mechanism (downloads original filing, strips HTML) and ties itself to search_disclosures, distinguishing it from the search-oriented sibling tools.

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 states a clear usage context: 'Useful for reading the details of any filing found via search_disclosures.' This tells an agent when to invoke it, though it does not explicitly enumerate when-not-to-use or compare against other sibling tools in detail.

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