Skip to main content
Glama

Dart Insider Holdings

dart_insider_holdings
Read-onlyIdempotent

Korean executive + 10%-shareholder equity-holding disclosures (임원·주요주주 소유보고). Returns name, role (executive/director/major shareholder), shares held, shares changed since prior report, change reason (buy/sell/grant/exercise), report date. Equivalent to US Form 4 insider transactions but reported via DART. Use for insider-trading signal, executive compensation analysis, founder/family ownership tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYesRequired 8-digit DART corp identifier.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, covering safety. Description adds value by detailing the return fields and the analogy to US Form 4, but does not mention rate limits or auth requirements.

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 concise: two sentences, front-loaded with the key purpose and use cases. No unnecessary words or redundancy.

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 one parameter and comprehensive annotations, the description adequately explains the return fields and use cases. It could mention data freshness or historical scope but is sufficiently complete for the tool's complexity.

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 coverage is 100% for the single parameter 'corp_code', which has a clear description. The tool description does not add additional parameter-level information beyond the schema, so baseline 3 is appropriate.

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 returns insider equity-holding disclosures for Korean executives and major shareholders, listing specific fields and drawing analogy to US Form 4. It distinguishes from siblings like dart_major_shareholders by specifying 'insider transactions' and executive compensation analysis.

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 explicitly recommends use for insider-trading signal, executive compensation analysis, and family ownership tracking. It does not explicitly exclude alternatives but provides clear use cases.

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.