Skip to main content
Glama
edinetdb

EDINET DB MCP Server

get_segments

Retrieve reported segment breakdowns for a company: revenue, operating income, assets, depreciation, and capex per segment, to see which business units actually generate profit.

Instructions

Get the reported business-segment breakdown for one company: revenue, operating income, assets, depreciation and capital expenditure per segment. Use this to see which part of a business actually earns money, which consolidated totals in get_financials cannot show.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesEDINET code of the company, e.g. E02144 (Toyota Motor) or E02367 (Nintendo). This is not the securities code — resolve a name or securities code to an EDINET code with search_companies first.
periodNoannual (default) or quarterly segment disclosures.
quarterNoOnly valid with period=quarterly. Year-to-date figures as of Q1/Q2/Q3.
fiscal_yearNoRestrict to one fiscal year. Omit for all disclosed years, newest first.
Install Server

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It communicates the read-only retrieval nature and the metric list, but does not disclose output structure, pagination, or behavior for companies without segment disclosures. This is adequate but not rich.

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?

Two sentences with no filler: the first states the resource and output metrics, the second gives the strategic use case and the key sibling distinction. The most decision-relevant information is front-loaded.

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 read-only retrieval tool with detailed schema documentation, the description plus schema covers the EDINET code prerequisite, period/quarter/fiscal year semantics, and the key alternative. Without an output schema, it does not specify the exact response shape, but the listed metrics make the main result clear enough.

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 baseline is 3. The schema fully documents all four parameters and their constraints, including code conversion guidance and quarter validity, so the description does not need to add parameter detail.

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 verb and resource ('Get the reported business-segment breakdown for one company') and enumerates concrete fields returned. It also distinguishes itself from get_financials by noting consolidated totals cannot show segment-level profitability, so an agent can tell them apart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says to use it when the task is seeing which part of a business earns money, and contrasts with get_financials. The schema's code description adds a clear prerequisite: resolve names/securities codes to EDINET codes via search_companies first.

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

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/edinetdb/edinet-db-mcp'

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