Skip to main content
Glama

Dart Financials

dart_financials
Read-onlyIdempotent

Key annual / interim financial line items for a Korean company's periodic report. Returns income statement, balance sheet, cash flow items with current-period (thstrm) and prior-period (frmtrm / bfefrmtrm) amounts. Use for fundamental analysis (revenue, operating profit, net income, total assets, liabilities, equity, operating cash flow) on KOSPI/KOSDAQ filers. Pair with ecos_get_series for macro context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fs_divNoStatement basis: "CFS" (consolidated, default) or "OFS" (separate / parent-only).
bsns_yearYesRequired 4-digit business year (e.g., "2024"). DART historical data goes back to 2015.
corp_codeYesRequired 8-digit DART corp identifier.
reprt_codeYesRequired report type: 11011 (annual), 11012 (half-year/Q2), 11013 (Q1), 11014 (Q3).

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds value by clarifying the output includes current and prior period amounts and that data goes back to 2015, offering behavioral context beyond the annotations.

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?

Three sentences with no wasted words; front-loaded with the core purpose, then usage guidance, then pairing recommendation. Excellent conciseness and structure.

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?

Given high schema coverage and no output schema, the description adequately covers what the tool returns (income statement, balance sheet, cash flow items) and example line items. It could mention output format, but for fundamental analysis it is sufficient.

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 description coverage is 100%, so the schema already documents all parameters. The description adds contextual value (e.g., pairing suggestion, example line items) but does not significantly deepen parameter-level meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool retrieves key financial line items from Korean company periodic reports, specifying the types of statements and periods. It does not explicitly distinguish from sibling tools like dart_company_info or dart_insider_holdings, but those have obviously different purposes, so the purpose is clear.

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 advises using the tool for fundamental analysis on KOSPI/KOSDAQ filers and suggests pairing with ecos_get_series for macro context. This provides practical guidance, though it lacks explicit when-not-to-use or alternative tool mentions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation2/5

Multiple tools overlap heavily: ask_pipeworx_beta deliberately matches ask_pipeworx exactly right now, discover_tools and suggest_questions both serve as what-can-I-do entry points, and ai_visibility_check is just the single-entity version of scan_competitor_ai_presence. An agent will struggle to pick the right variant without carefully reading long descriptions.

Naming Consistency3/5

All tools are snake_case and several families share clear prefixes (dart_*, polymarket_*, ask_pipeworx_*), but the overall set mixes verb_noun (discover_tools, validate_claim), noun_phrase (entity_profile, deep_research), bare verbs (remember, recall, forget), and prefix-noun (dart_financials). Readable but not unified.

Tool Count2/5

36 tools is far above the 25+ heavy threshold, and the count is inflated by redundancy: ask_pipeworx_beta is a literal duplicate today, suggest_questions overlaps discover_tools, and ai_visibility_check is subsumed by scan_competitor_ai_presence. The broad Pipeworx platform justifies many tools, but the exposed surface is bloated.

Completeness4/5

The surface covers the apparent domain well: universal querying (ask_pipeworx family + deep_research), tool discovery, entity resolution, profiles, comparisons, change feeds, claim verification, Korean DART filings, Polymarket analysis/fill-risk, memory, subscriptions, and feedback. Minor gaps remain—there's no explicit fetch-by-citation-URI tool despite claims those URIs are fetchable, and no way to retrieve full DART filing text beyond discovery.