Skip to main content
Glama

포트원 문서 웹 링크 조회

getPortoneDocsUrl

Retrieve web-accessible URLs for multiple PortOne documentation pages by providing their paths. Use to obtain links to several documents simultaneously.

Instructions

포트원 개별 문서들의 경로를 통해 해당 포트원 문서의 웹으로 접근 가능한 링크를 가져옵니다.

Note: 문서가 1개뿐인 경우에는 readPortoneDoc을 사용하면 문서 내용과 메타 정보도 획득할 수 있습니다. getPortoneDocsUrl은 여러 문서의 링크를 가져올 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes읽을 포트원 문서들의 경로 목록

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes문서를 웹으로 접근 가능한 링크가 입력한 문서 순서대로 주어집니다.
Behavior2/5

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

No annotations provided, and the description does not mention side effects, read-only nature, auth requirements, or rate limits. While 'get' suggests read-only, it is not explicit.

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 very concise with only two sentences and a note, front-loading the purpose. Every sentence adds value with no superfluous content.

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 an output schema exists (not shown) and one parameter, the description adequately explains functionality and when to use alternatives. Missing auth/behavioral context slightly lowers score.

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

Parameters3/5

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

Schema coverage is 100% with clear description of the 'path' parameter. The tool description adds no additional semantics beyond the schema, achieving baseline 3.

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 it retrieves web-accessible links for PortOne documents given their paths, distinguishing itself from readPortoneDoc which also returns content and metadata.

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?

The note explicitly recommends readPortoneDoc for single documents needing content, implying getPortoneDocsUrl is for links only or multiple documents. No explicit 'when not to use' but 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/portone-io/mcp-server'

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