Skip to main content
Glama

wafle_ads_recommendations_list

Read-onlyIdempotent

List AI-generated ad recommendations that use server-side conversion data for realistic CPA and ROAS. Each recommendation includes confidence, impact, and severity for prioritization.

Instructions

List ads recommendations generated by wafle's AI engine. Recommendations cross-tab the Meta API spend with the server-side truth (wafle CAPI orders + revenue), so CPA/ROAS reflect what actually happened — not Meta's own attribution.

Each card has: title, description, action (the actual writer call to apply it), confidence (0..1), expected_impact, severity. Apply with wafle_ads_recommendation_apply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
slugYesWafle store slug, e.g. 'gamerland' or 'lensitive'.
statusNoDefault: pending non-expired.
per_pageNo
severityNo
Behavior4/5

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

With readOnlyHint and idempotentHint annotations already covering safety, the description adds value by disclosing the return content: each card includes an action field that is a writer call, plus confidence, expected_impact, and severity. It also explains the data semantics (server-side truth vs Meta attribution), giving the agent insight beyond the raw read-only nature.

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?

The description is four sentences long and front-loaded with the core purpose. Each sentence earns its place: the cross-tab explanation gives context, the card field enumeration substitutes for an output schema, and the apply reference guides next steps. It is slightly more verbose than a minimal two-sentence version but still efficient and well-structured.

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?

For a read-only list tool with no output schema, the description is largely complete: it enumerates the card fields, explains the source of the recommendations, and points to the apply tool. Combined with the schema's parameter metadata (defaults, enums) and annotations, the agent has sufficient context to invoke and understand results, though extra details like pagination behavior are not mentioned.

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?

Schema description coverage is only 40% (slug and status have descriptions), leaving page, per_page, and severity undocumented. The description does not compensate for these gaps—it never mentions the parameter usage, defaults, or filtering options. The only hint is the status schema description which is already in the schema, so the tool description adds little to parameter understanding.

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 opens with a specific verb+resource: "List ads recommendations generated by wafle's AI engine," which clearly states the tool's function. It further distinguishes from siblings by explaining the recommendation content and explicitly referencing `wafle_ads_recommendation_apply` as the action tool, setting it apart from list-only and apply-only tools.

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 implies usage context by explaining what recommendations are and that applying them requires a separate tool, but it does not explicitly state when to use this over alternatives like `wafle_ads_anomalies_list` or `wafle_ads_performance_summary`. There are no exclusions or when-not-to-use instructions, only a follow-up action hint.

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/the33warehouse-tech/wafle-mcp'

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