Skip to main content
Glama
kaminari-ad

@kaminari-ad/mcp

Official
by kaminari-ad

List Alerts

list_alerts
Read-onlyIdempotent

Retrieve violation alerts with rule type, matched value, offer URL, country, and scan back-reference. Filter by campaign and status.

Instructions

List violation alerts (one per scan + violating rule combo) with offer URL, country, status, scan back-reference, and the kind-aware fields rule_type (tag / iab_v3 / brand / ai_category / custom_taxonomy) + matched_value (the canonical text the scan matched against).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idNoFilter to one campaign's alerts.
statusNoFilter by alert status. Open = unhandled; acknowledged = seen by an operator; resolved = closed; dismissed = closed without action.
pageNo1-indexed page number.
limitNoPage size.
Behavior3/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds no additional behavioral traits beyond confirming it's a listing operation and detailing response fields.

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?

Single sentence front-loads the purpose, but the sentence is lengthy. Still efficient without wasted words; could be slightly more concise.

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?

Covers response fields, filter context, and the unique combo nature of alerts. Missing guidance on pagination or ordering, but sufficient given the filters and annotations.

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 clear descriptions for all 4 parameters. The description adds no new parameter semantics beyond what the schema provides, only contextualizing the response fields.

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 lists violation alerts and specifies the unique resource (per scan + violating rule combo). It distinguishes from sibling list_* tools by detailing the specific fields returned (offer URL, country, status, etc.) and the kind-aware fields.

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 provides filters (status, campaign_id) but does not explicitly suggest when to use this tool over alternatives like get_alert_stats or other list tools. Usage is implied but not guided.

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/kaminari-ad/mcp'

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