Skip to main content
Glama
J-Quants

j-quants-doc-mcp

Official
by J-Quants

get_pattern

Retrieve implementation pattern information. Specify a pattern name for details or omit to list all available patterns.

Instructions

実装パターン情報を取得する。

Args: pattern_name: パターン名(指定しない場合は全パターンの一覧を返す)

Returns: パターン情報を含む辞書

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pattern_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It discloses the conditional behavior (if pattern_name is omitted, returns all patterns) and notes the return type as a dictionary. However, it does not mention error conditions, permissions, or side effects, leaving some behavioral gaps.

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 and well-structured with a clear summary line, Args section, and Returns section. It is free of unnecessary words and every sentence contributes to understanding the tool.

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 the simple single-parameter tool and the presence of an output schema, the description covers the main behavior and parameter semantics effectively. It lacks explicit usage differentiation from siblings and error behavior details, but the essentials are present, making it reasonably complete for a getter tool.

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?

The input schema has no descriptions, so the description's docstring is the only source of parameter meaning. It clearly explains pattern_name and the effect of not specifying it (returns a list of all patterns), which compensates for the 0% schema coverage. This adds meaningful value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb and resource: '実装パターン情報を取得する' (gets implementation pattern information). However, it does not explicitly differentiate itself from sibling tools like get_info, so it misses the top score for sibling differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as get_info or describe_endpoint. It only explains the pattern_name parameter and its default behavior, which is parameter semantics rather than usage context.

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/J-Quants/j-quants-doc-mcp'

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