Skip to main content
Glama
PlatAid

Naver Search Ad MCP

by PlatAid

get_campaign_performance

Read-only

Retrieve all campaign performance metrics with campaign names for dashboard summaries, filterable by date range, metrics, and campaign type.

Instructions

계정의 모든 캠페인 성과를 이름과 함께 반환한다.

캠페인 열거 → /stats 조회 → nccCampaignId로 이름 join. 대시보드성 요약용.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNo시작일 YYYY-MM-DD
untilNo종료일 YYYY-MM-DD
fieldsNo지표 필드 (기본: 노출/클릭/CTR/CPC/비용/전환)
account_idYes계정 별칭 (P0: 'default')
date_presetNotoday/yesterday/last7days/lastmonth 등
campaign_typeNo캠페인 유형 필터

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already set readOnlyHint, so description adds value by disclosing the internal process (enumerate campaigns, query stats, join by ID). This goes beyond annotations and provides useful context about the tool's behavior.

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, the first directly states purpose and the second adds context. No unnecessary words; information is 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?

Output schema exists, so return values are covered. Description adds context about the join and usage as dashboard summary. Missing details on pagination or limits, but given the simple read operation, it's adequate.

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% with parameter descriptions already present. The description does not add any additional parameter meaning, so baseline 3 is appropriate.

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 it returns all campaign performance with names, using verbs like '반환한다' and explaining the internal process. It distinguishes itself from sibling tools like get_stats or get_campaign by emphasizing a full account-level summary with name joining.

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?

Description indicates it's for 'dashboard summary' but does not explicitly state when to use versus alternatives like get_stats or create_stat_report. No when-not-to-use guidance is provided.

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