Skip to main content
Glama

XBOSS

증명서 템플릿 목록 조회

hometax__certificate__list_templates
Read-only

REQUIRES prior hometax__session__login call with same account_link_id. List the certificate templates that can be applied for (9). The slugs returned here are exactly the values accepted by cert_template; nothing else is.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_link_idNoAccount link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has a separate ID (Hometax != NHIS != NPS != FourInsure).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context beyond annotations: the tool requires a prior login and guarantees that its returned slugs are the only accepted values for cert_template. It does not describe failure behavior or output format, but the safety profile is already 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, no filler. The prerequisite is front-loaded, the action is stated directly, and the final sentence adds a high-value constraint about slug validity. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only listing tool with one optional parameter, this is complete: it states the precondition, the purpose, and the meaning of the return values. The lack of an output schema is mitigated because the description already tells the agent that the result is the set of cert_template-accepted slugs.

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 description coverage is 100%, so the optional account_link_id parameter is already fully documented in the schema. The description does not need to add parameter detail and does not meaningfully expand on it beyond tying it to the login prerequisite.

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 ('List') and resource ('certificate templates that can be applied for'), and adds a critical scoping detail: the returned slugs are exactly the values accepted by cert_template, and nothing else. This clearly distinguishes the tool from sibling apply/list/download certificate tools.

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?

It gives an explicit prerequisite: a prior hometax__session__login call with the same account_link_id. It also implicitly routes the agent to use these slugs with cert_template, but it does not explicitly name the alternative tool or state when not to use this one.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources