Skip to main content
Glama
edinetdb

EDINET DB MCP Server

get_ranking

Find the top companies across 50+ financial metrics like ROE, market cap, and dividend yield. Use this single-metric ranking when you need one league table, not complex screening.

Instructions

Get the market-wide league table for one metric — the top companies by return on equity, market capitalisation, dividend yield, female director ratio and 45 others. Use this for 'who is highest on X'; use screen_companies when you need several conditions at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of ranked companies to return (default 100).
metricYesThe metric to rank by.
Install Server

TDQS

A4.4/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It conveys read-only intent via 'Get', market-wide scope, and ranking order via 'top companies', but it does not describe response shape, ordering direction nuances, or why some metrics might be better when ranked lower (e.g., emissions). A 3 is appropriate: useful but not deeply transparent.

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 core purpose is front-loaded, and the usage guidance is delivered in a compact second sentence.

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?

The tool is simple: one required enum parameter plus one optional limit. The description adequately covers purpose, scope, and alternative routing. Since there is no output schema, a brief mention of what a league-table row contains would improve completeness, but the current wording is enough for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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. The description adds value by mapping several cryptic enum values to human-readable concepts ('return on equity', 'market capitalisation', 'dividend yield', 'female director ratio') and clarifying the one-metric constraint. It does not decode all enum values, but the added semantics exceed the schema's generic parameter descriptions.

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?

States a specific verb ('Get') and resource ('market-wide league table') with a clear scope ('one metric'), and distinguishes itself from siblings by explicitly contrasting with screen_companies. The examples of metrics make the ranking purpose unmistakable.

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?

Explicitly says when to use the tool: 'who is highest on X'. Also gives a concrete when-not-to-use directive: 'use screen_companies when you need several conditions at once'. This is a clear usage rule with a named alternative.

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