Skip to main content
Glama

포트원 OpenAPI 스키마 요약

readPortoneOpenapiSchemaSummary

Retrieve a concise summary of all REST APIs available in a specified PortOne version, based on its OpenAPI schema.

Instructions

요청된 포트원 버전에서 제공하는 OpenAPI 스키마를 요약해 문자열로 반환합니다. 해당 요약에는 요청된 포트원 버전에서 제공하는 모든 REST API가 포함되어 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYes포트원 버전

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesOpenAPI 스키마를 최대 depth 3으로 요약한 YAML 형식의 문자열
Behavior3/5

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

No annotations are provided, so the description bears full burden. It states the tool returns a string summary including all REST APIs, which is basic but lacks details on caching, performance, or format of the summary.

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?

Single sentence, no wasted words, and front-loaded with the action and object.

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?

Tool is simple with one parameter and an output schema (not shown but present). Description explains return type ('string') and scope ('all REST APIs'), which is sufficient for an agent to use it. Minor gap: no mention of summary format (e.g., plain text, JSON).

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 covers the 'version' parameter with enum and description (100% coverage), baseline 3. The description adds that the summary includes all REST APIs for that version, adding meaningful context beyond the schema.

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 tool returns a summary of the OpenAPI schema as a string for a given PortOne version. It distinguishes from the sibling 'readPortoneOpenapiSchema' which presumably returns the full schema.

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 summary is needed rather than the full schema, but no explicit guidance on when to use this tool vs alternatives is provided.

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/portone-io/mcp-server'

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