Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_equities_master

Read-onlyIdempotent

Retrieve listed stock master data with company name, industry, and market segment. Look up tickers and sector codes, filter by date, or get today's full list when no parameters are given.

Instructions

Listed stock master: company name, industry code, market segment (上場銘柄マスタ). Free.

Use for 銘柄名, 会社名, 業種, 市場区分, 上場銘柄一覧, S17/S33 sector code, ticker lookup. When parameters are omitted, returns all listed stocks for today.

[Supported plans] Free / Light / Standard / Premium

Args: code: Stock code (5 digits, e.g. 27800; 4-digit codes match ordinary shares only) date: Base date (YYYYMMDD or YYYY-MM-DD)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo
dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful behavioral details: no-parameter invocation returns all listed stocks for today, 4-digit codes match ordinary shares only, and accepted date formats. It does not mention pagination or rate limits, but it goes beyond the annotation baseline.

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 front-loaded with the core definition, followed by short use-case, default behavior, supported plan, and argument lines. Every line adds information without unnecessary prose, making it appropriately sized and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with two optional string parameters, a read-only operation, and an output schema present. The description covers purpose, parameters, default behavior, and supported plans, which is sufficient for an agent to select and invoke the tool correctly.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only defaulted nullable string properties with no descriptions, and schema coverage is 0%. The description fully compensates by explaining the 5-digit code format with an example, the 4-digit ordinary-share behavior, and the accepted date formats (YYYYMMDD or YYYY-MM-DD).

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 identifies the tool as a listed stock master ('上場銘柄マスタ') returning company name, industry code, and market segment, and lists concrete use cases such as ticker lookup and sector code lookup. This distinguishes it from sibling tools by emphasizing static master data rather than bars, search, or derivatives.

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?

It provides explicit 'Use for' scenarios (銘柄名, 会社名, 業種, 市場区分, ticker lookup) and states the default behavior when parameters are omitted. It does not name alternative tools or when-not-to-use conditions, so it stops short of a full 5, but the usage context is clear.

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

Install Server

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/shigechika/jquants-mcp'

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