Skip to main content
Glama

Get Recommendations

adsap_get_recommendations

Verified recommendations AND alerts computed by ADSAP's daily/weekly checks from the client's own data. Returns them as TWO separate arrays that must never be merged or described as one list. alerts = something broke or changed and needs attention now: the account stopped spending (zero_spend_yesterday), a campaign is spending with no conversions (zero_results_with_spend), conversion tracking went silent (tracking_collapse), a switched-on ad or campaign stopped delivering (zero_delivery_active_entity), an unusual week-over-week swing (wow_anomaly). findings = recommendations, clear actions worth taking: under-delivering ads (starved_ad), money-losing ads (losing_ad), weak launches (weak_launch), wearing-out ads (creative_fatigue), wasted Google search terms/themes, keyword promotion candidates. When both are present lead with the alerts, they are the urgent half. Includes evidence numbers, money at risk, and the latest weekly account summary. Omit account_id for a whole-workspace view across all reachable accounts. Explain each item in plain language from its evidence; suggest the action, never promise results. Weekly summaries with summary_source "ai" are AI-written: when relaying one, label it "AI Generated".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNoactive
platformNo
account_idNoMeta act_... or bare 10-digit Google Ads customer id. Omit for all reachable accounts in the workspace.
include_dismissedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and exceeds it: it discloses the two-array structure that must never be merged, enumerates all alert/finding types, specifies ordering priority, describes returned contents (evidence numbers, money at risk, weekly summary), and gives presentation rules ('suggest the action, never promise results', label AI summaries). This is rich, actionable behavioral disclosure.

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 long but every sentence earns its place: the critical two-array constraint is front-loaded, followed by item taxonomies, ordering rule, contents, account_id behavior, and response language guidance. Density is justified by the complexity of the output contract.

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?

Given no output schema and 5 parameters, the description fully covers output shape, item semantics, ordering, included fields, and how to phrase the response. The un-documented parameters are simple enums/defaults, so nothing an agent needs to invoke the tool correctly is materially missing.

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 description coverage is low (20%, only account_id documented), and the description adds no new parameter meaning beyond repeating the account_id omission guidance already in the schema. However, the remaining parameters (limit, status, platform, include_dismissed) are largely self-explanatory through their types, enums, and defaults, so the gap is a clear but not severe shortfall.

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 states a specific verb+resource ('Verified recommendations AND alerts computed by ADSAP's daily/weekly checks') and immediately distinguishes the two output arrays (alerts vs findings) with concrete item types. This clearly separates it from the many sibling get_* tools, which focus on raw metrics, health, or assets.

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

Usage Guidelines4/5

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

The description gives clear context on when the data is relevant (daily/weekly checks from the client's own data) and explicit handling guidance ('When both are present lead with the alerts', 'Omit account_id for a whole-workspace view'). It does not explicitly name alternatives or state when-not-to-use, but the unique recommendations/alerts scope makes the intended use clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources