Skip to main content
Glama

JSON 데이터 EXCEL 파일 변환

json_to_excel
Read-only

Convert JSON data into an Excel (XLSX) file. JSON 데이터를 EXCEL(XLSX) 파일로 변환해 반환합니다. data_list 는 객체 배열([{"컬럼":"값", ...}, ...]) 또는 2차원 배열([[...], ...]) 형식을 지원합니다. [호출당 1포인트]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_listYes변환할 데이터 목록. 객체 배열 또는 2차원 배열 (2차원 배열은 모든 행의 열 개수가 같아야 함)
sheet_nameNo엑셀 시트 이름

TDQS

A4.1/5.0
Behavior4/5

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

Annotations provide readOnlyHint=true, and the description adds that the tool 'converts and returns' a file, confirming no mutation. It also discloses a behavioral cost ('1 point per call'), which is not in the annotations. No contradiction exists. It doesn't detail edge cases but covers the key context beyond annotations.

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?

The description is short and front-loaded with the English purpose, followed by Korean details. It includes a useful cost note and input format examples. The bilingual repetition is slightly redundant, but it's compact and each sentence adds some value, so a 4 is appropriate.

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 2-parameter conversion tool, the description covers the main points: input formats, return type (Excel file), and cost. No output schema exists, but the description does explain the output. It could mention optional sheet_name behavior or error handling, but these are minor gaps given the tool's simplicity.

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%, so a baseline of 3 applies. The description adds a JSON example and reiterates the supported data_list formats, but it omits the constraint that 2D arrays must have equal column counts, which the schema includes. Thus, the description does not significantly enhance the parameter meaning 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?

The description clearly states the tool's function: converting JSON data into an Excel (XLSX) file. This specific verb+resource combination ('Convert JSON data...') distinguishes it from sibling conversion tools like pdf_to_docx or html_to_pdf, which target different formats. The bilingual phrasing reinforces the core purpose.

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 the use case: when JSON data needs to be converted to an Excel file. It provides specific input format constraints (object array or 2D array), which helps the agent decide if the tool is appropriate. However, it does not explicitly mention alternatives or exclusion conditions, so it's not fully aligned with a 5.

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.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, including the watermark pair: draw_watermark_image is visible text while set_watermark embeds an invisible code. The TTS job lifecycle tools are also cleanly separated by action and output type.

Naming Consistency3/5

The set mixes conventions: conversion tools use input_to_output, watermark tools use verb_noun, TTS jobs use a tts_jobs_ prefix, and stt is a bare acronym. The names are readable but do not follow one predictable pattern.

Tool Count3/5

At 19 tools, the server sits in the borderline 16-25 range and spans document conversion, image processing, watermarking, audio/video, and async TTS. Most tools earn their place, but the overall surface feels somewhat heavy for a single conversion-focused server.

Completeness4/5

The server covers its core domains well: document conversions, watermarking with both visible and invisible methods, PDF operations, and a full async TTS workflow. Minor gaps exist, such as missing image-to-PDF or Excel-to-JSON inverse conversions, but agents can generally complete workflows without dead ends.