Skip to main content
Glama

XBOSS

급여명세서 엑셀 생성

payroll_artifact__payslip_xlsx

Build one payroll payslip workbook (xlsx) with one sheet per employee from attribution_ym, payment_date, and employees[]. Platform key Job — no account_link_id. Result is a single signed download_url (not composite merge; not Gmail).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
employeesYesEmployee rows for payslip sheets (amounts already computed).
company_nameNoAlias for workplace_name (runtime accepts either).
payment_dateYesPayment date YYYY-MM-DD.
attribution_ymYesPayroll attribution month as YYYYMM (e.g. 202603).
workplace_nameYesWorkplace / company display name (required for payslip).
workplace_addressYes
business_registration_noYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations only say readOnlyHint=false and destructiveHint=false, so the description must carry the behavioral burden. It discloses that the output is a single signed download_url and that it's not composite merge or Gmail, but it doesn't state whether the artifact is persisted, any authentication requirements, or potential side effects beyond generating a URL.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two compact sentences that front-load the main purpose. Every phrase earns its place, though the 'Platform key Job — no account_link_id' is cryptic and may confuse agents. Overall it is efficient and well-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?

For a tool with no output schema, the description adequately describes the output as a single signed download_url and the workbook layout (one sheet per employee). It doesn't cover error conditions or prerequisites, but given the moderate complexity and good schema coverage, it's sufficiently complete.

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?

The schema covers 71% of parameters with descriptions. The tool description adds meaning by indicating that the employees array maps one sheet per employee, which is not explicit in the schema. It also names the key input parameters (attribution_ym, payment_date, employees) and notes the no account_link_id context, adding value 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?

States a specific verb (Build), resource (payroll payslip workbook xlsx), and scope (one sheet per employee). Explicitly excludes composite merge and Gmail, distinguishing it from other artifact types. The tool name and title also align.

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 when to use (generate a payslip xlsx) but does not explicitly contrast with sibling tools like payroll_artifact__register_xlsx. The 'not composite merge; not Gmail' clarifies the output type, but it's more about the result than tool selection.

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