Skip to main content
Glama
PlatAid

Naver Search Ad MCP

by PlatAid

create_stat_report

Read-only

Generate a stat report for a specified date and report type, and wait for the job to complete to retrieve the download URL.

Instructions

대량 StatReport 잡을 생성하고 완료까지 대기한다 (비동기, 1잡=1일).

반환의 downloadUrl을 download_stat_report로 받아 TSV를 얻는다. status가 NONE이면 해당 일자 데이터 없음.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stat_dtYes대상 일자 YYYY-MM-DD (KST, 1잡=1일)
report_tpYesAD/AD_DETAIL/AD_CONVERSION/EXPKEYWORD(검색어)/CRITERION 등
account_idYes계정 별칭 (P0: 'default')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

Description states 'create' which is a mutation, but annotation has readOnlyHint=true. This is a direct contradiction. Otherwise, description adds async/wait behavior details 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.

Conciseness5/5

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

Two sentences with a supplementary note. All information is essential and front-loaded.

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?

Covers creation, waiting, download path, and status handling. Complexity is addressed, and output schema is mentioned via downloadUrl. Complete for a tool with these features.

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 coverage is 100% with descriptions. Description adds value by specifying date format (YYYY-MM-DD), timezone (KST), meaning of 1 job per day, and listing example report types.

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 clearly states the tool creates a StatReport job and waits for completion. It distinguishes from sibling download_stat_report by explicitly mentioning the download step.

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?

Provides context on async behavior, 1 job per day, and handling of NONE status. Also directs to use download_stat_report for download. Lacks explicit when-not-to-use but is 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/PlatAid/naver-searchad-mcp'

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