Skip to main content
Glama
kLOsk

Google Ads - AdLoop

by kLOsk

Connection health check

health_check
Read-only

Verify connectivity to OAuth, GA4, and Google Ads APIs. Use when other tools fail to diagnose service issues.

Instructions

Test AdLoop connectivity — checks OAuth token, GA4 API, and Google Ads API.

Run this first if other tools are failing. Returns status for each service and actionable guidance if something is broken.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.9.0

TDQS

A4.9/5.0
Behavior5/5

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

The annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds that it checks specific services and provides guidance, all consistent with a non-mutating diagnostic operation. No contradiction exists.

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 extremely concise—only two sentences—yet it covers the purpose, usage, and output. Every word adds value without redundancy.

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?

For a health-check tool with no parameters, the description is complete. It tells what it checks, when to use it, and what output to expect. No additional context is needed for correct invocation.

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?

The tool has no parameters and the schema is an empty object. As there is nothing to explain about parameters, the description's lack of parameter details is appropriate, earning the baseline score for zero-param tools.

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's purpose: testing AdLoop connectivity by checking OAuth token, GA4 API, and Google Ads API. It also distinguishes itself from siblings by being a general health check, and the guidance 'Run this first if other tools are failing' reinforces its diagnostic role.

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 instructs to run this tool first when other tools fail, providing clear when-to-use guidance. It also mentions the output (status for each service and actionable guidance), setting expectations for the user.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools