Skip to main content
Glama
vertical-mcp

kolas-mcp

by vertical-mcp

search_accredited_labs

Search KOLAS-accredited laboratories by free-text query and accreditation category. Returns a paginated list with accreditation number, name, scope, and validity end date.

Instructions

Search KOLAS-accredited laboratories by free-text query and accreditation category. Returns a paginated list of labs with accreditation number, name, category, scope fields, and validity end date. Data source: knab.go.kr (no API key needed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
categoryNoALL
pageNo
page_sizeNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the data source (knab.go.kr) and that no API key is needed. However, it does not mention rate limits, authentication, or error handling. For a search tool, these are less critical, but the description is adequate.

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 with no wasted words. The first sentence clearly states the action and criteria; the second adds return fields and data source. Front-loaded and efficient.

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 no output schema, the description lists returned fields (accreditation number, name, category, scope fields, validity end date). It also notes the data source and no API key. Missing details like sorting or pagination behavior, but overall complete for a search tool.

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 0%, so description must compensate. It explains 'query' as free-text and 'category' as accreditation category, which adds meaning beyond the enum. It implies pagination via 'paginated list' but does not explain the 'page' and 'page_size' parameters or defaults. This partial compensation yields a score of 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 uses a specific verb ('Search'), identifies the resource ('KOLAS-accredited laboratories'), and specifies the input methods (free-text query and accreditation category). It clearly distinguishes from sibling tools like 'get_kolas_statistics' and 'get_lab_details' by focusing on searching vs. statistics or details.

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 description implies usage for searching by query and category, and mentions a paginated list. While it doesn't explicitly state when not to use it, the context of sibling tools suggests appropriate usage. It could be improved by including exclusions, but it is clear enough for an agent.

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/vertical-mcp/kolas-mcp'

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