Skip to main content
Glama

validate_catalog_connections

Validates the full connection chain between catalog, pixel, ad account, and page to ensure Dynamic Product Ads can function. Identifies and diagnoses broken links in the setup.

Instructions

Validate the catalog-pixel-account-page connection chain and run diagnostic health assessment.

For DPA (Dynamic Product Ads) to work, the full chain must be connected: Catalog -> Pixel -> Ad Account -> Page

Args: catalog_id: Product catalog ID. account_id: Optional ad account ID to verify connection. pixel_id: Optional pixel ID to verify catalog-pixel link. page_id: Optional page ID to verify catalog-page link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catalog_idYes
account_idNo
pixel_idNo
page_idNo
Behavior3/5

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

With no annotations, the description carries the burden. It implies a read-only health check (validate, not mutate) but does not disclose authorization needs, rate limits, side effects, or what happens on failure. Adding details about return format or error handling would improve transparency.

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: one-line summary, a brief context sentence, and a bulleted Args list. No filler, front-loaded with purpose. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 4 params and no output schema. The description explains purpose and params but does not describe the return value (e.g., what the health assessment outputs). For a diagnostic tool, omitting output expectation reduces completeness.

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 description coverage is 0%, so the description's Args section is essential. It explains each parameter's role (catalog_id required, other optional for specific link verification), adding meaning beyond the schema's type info. Could include formats or examples for higher score.

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 verb 'validate' and specific resource 'catalog-pixel-account-page connection chain', and explains the diagnostic health assessment purpose. It distinguishes from siblings like check_token_status and diagnose_pixel_on_site by focusing on the full catalog chain.

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?

The description provides context that the tool is for DPA setup/debugging ('For DPA to work'), but does not explicitly state when to use it vs alternatives like diagnose_pixel_on_site or run_tracking_diagnostic, nor does it mention when not to use it.

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/brandu-mos/konquest-meta-ads-mcp'

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