Skip to main content
Glama
meritz-securities

meritz-codegen

Official

get_api_detail

Read-onlyIdempotent

Retrieve complete API specifications for a given api_type, including path, parameters, response fields, and cautions, to generate accurate Meritz Securities Open API Python code.

Instructions

api_type 의 상세를 반환합니다 — 경로·파라미터·응답 필드·주의사항.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable context about the content of the returned details, which goes beyond the annotations.

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, concise sentence that front-loads the purpose and lists the key contents. Every word earns its place with no redundancy.

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 simple one-parameter read tool, the description is adequate: it states what is returned, and the output schema covers return values. Annotations handle safety. The only gap is parameter value guidance, but that is minor for a tool of this complexity.

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

Parameters2/5

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

The sole parameter api_type has no description in the schema (0% coverage), and the description does not explain what valid values or format are expected. It only mentions 'api_type 의 상세' without providing any guidance on the parameter's domain.

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 states the action ('returns the details of api_type') and specifies what details are included (path, parameters, response fields, cautions). It is a specific verb+resource that distinguishes it from siblings like list_categories or search_api.

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

Usage Guidelines3/5

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

The description implies usage when a user needs detailed information about a specific api_type, but it does not explicitly contrast it with alternative tools or mention when not to use it. No exclusions or alternatives are provided.

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