Skip to main content
Glama
kenlim5656

paid-media-mcp

by kenlim5656

check_signal_capture_health

Check capture rates for platform click IDs and analytics cookies against thresholds, diagnose tracking problems, surface trend direction for each signal before running attribution analysis.

Instructions

Check the current capture rates for all monitored identity signal namespaces (platform click IDs and analytics cookies) against their thresholds. Reads from watchdog_capture_rate_log for historical rates and watchdog_alerts for active issues. Use this when diagnosing a suspected tracking problem, before running attribution analysis, or when a stakeholder questions the data quality. Unlike get_watchdog_alerts (which shows cached alert records), this tool can also surface the trend direction for each signal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNo
hours_backNo
Behavior4/5

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

Although no annotations are provided, the description implies a read-only operation by stating it 'reads from' logs and alerts. It does not explicitly declare safety or permissions, but the detail on data sources and lack of side-effect language is fairly transparent.

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?

The description is concise, with the main action and context in the first sentence, and additional guidance in subsequent sentences. No unnecessary words.

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?

Given no output schema and two undocumented parameters, the description covers the tool's purpose, use cases, and differentiation from a sibling. It lacks parameter details but otherwise provides sufficient context for a monitoring tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has two parameters (platform, hours_back) with 0% description coverage in the schema. The description does not explain what these parameters do or how they affect results, leaving a significant gap for the agent.

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 checks capture rates for identity signal namespaces against thresholds, naming specific data sources (watchdog_capture_rate_log, watchdog_alerts) and distinguishing itself from the sibling get_watchdog_alerts by mentioning trend direction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides use cases: diagnosing tracking problems, before attribution analysis, or when data quality is questioned. It also contrasts with get_watchdog_alerts to guide tool selection.

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/kenlim5656/paid-media-mcp'

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