Skip to main content
Glama
edinetdb

EDINET DB MCP Server

compare_peers

Benchmark one company's metric against industry peers across multiple years to see whether its performance is good.

Instructions

Benchmark one company against its industry peers on a single metric over several years, returning the company's own series, each peer's series and the industry distribution. Answers 'is this good?', which a single company's numbers alone cannot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearsNoYears of history (default 5).
metricYesThe metric to compare on.
companyYesEDINET 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.
peer_countNoNumber of peers to include (default 5).
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden and does explain the main behavior: it returns three kinds of series and an industry distribution. However, it does not disclose how peers are selected, what timeframe granularity is used, or how missing/edge cases are handled, so the behavioral disclosure is partially complete.

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 a single dense sentence with no filler. It front-loads the core action and outputs, then adds an interpretative use case ('Answers is this good?') that gives the agent meaningful selection guidance without extra length.

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 4-parameter tool with no output schema, the description adequately covers the return values (company series, peer series, distribution) and the schema covers parameter semantics thoroughly. It lacks details like peer selection criteria or data frequency, but nothing required for a competent call is missing.

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%, so the baseline is 3 even without parameter details in the description. The description adds only conceptual mapping ('single metric' to metric, 'several years' to years, 'peers' to peer_count), which is helpful but not beyond what the schema already provides.

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 names a specific verb ('Benchmark'), a specific resource ('one company against its industry peers'), and a specific scope ('on a single metric over several years'). It also states the concrete outputs (company series, peer series, industry distribution), making it clearly distinguishable from siblings like get_financials or get_ranking.

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 for when to use it: when a single company's numbers cannot answer 'is this good?' it provides relative benchmarking against peers. It does not explicitly name alternative tools or state when not to use it, but the phrase 'which a single company's numbers alone cannot' implies the contrast with standalone financial data tools.

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