Skip to main content
Glama
gitbosung

open-ALIO-mcp

by gitbosung

get_guideline_text

Retrieve the full text of a specific guideline article using its document ID from prior search results. Optionally provide an article number for targeted text, or omit for table of contents.

Instructions

적재된 지침의 조문을 조회합니다 — search_guidelines 결과의 'doc_id' 필요.

article 지정 시(예: '5', '5의2') 해당 조문 전문, 미지정 시 목차(조문 번호·제목)를 반환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
articleNo
Behavior3/5

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

No annotations provided, so description must cover behavioral traits. It mentions what is returned (provision text or table of contents), but does not explicitly confirm read-only nature, rate limits, or auth requirements. Basic behavior is covered.

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?

Two sentences: first states purpose and prerequisite, second explains conditional behavior. No unnecessary words, efficiently structured.

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?

No output schema, but description clarifies return content. Could mention that it is read-only, but overall adequate given the tool's simplicity and sibling context.

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 has 0% description coverage, but description adds meaning: doc_id source explained, article example given. Adds value beyond schema which only provides type and title.

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?

Description specifies retrieval of guideline provisions, distinguishing from siblings by requiring doc_id from search_guidelines and explaining output based on article parameter (full text vs. table of contents).

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?

Explicitly states prerequisite: doc_id from search_guidelines results. Explains behavior with and without article. Does not list when not to use or alternatives, but the sibling context makes it 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/gitbosung/open-ALIO-mcp'

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