Skip to main content
Glama

Trillboards DOOH Advertising

get_products

[AdCP Media Buy] Get available DOOH advertising products and packages.

NO AUTHENTICATION REQUIRED. Discovery is open — read the catalogue first, get a key when you want to transact.

Send a natural-language brief and it is answered from what the screens actually observed: each product's description reports the hours people are really in frame (in the screens' own local time), how long they dwell, the mood / movement / gaze the on-device sensors reported, what the speech layer heard people shopping for — and, explicitly, which of your words we cannot evidence. Products are ordered by that evidence.

WHEN TO USE:

  • Browsing available inventory before creating a campaign

  • Comparing pricing across venue types and locations

  • Understanding what's available in a specific market, at a specific time of day

RETURNS:

  • products: Array of product packages with pricing, reach, and observed audience

  • Each product includes: name, description (free text answering your brief), venue_type, screen_count, pricing_options, and observed — the numbers behind the prose, present only where we measured something

  • brief_interpretation: how we read your brief, so you can see if we read it right

EXAMPLE: User: "commuters who are bored and hungry around lunchtime" get_products({ brief: "commuters who are bored and hungry around lunchtime" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
briefNoNatural language campaign brief for AI-driven inventory matching
marketNoMarket/city to get products for
filtersNoStructured filters for wholesale/refine modes
paginationNo
buying_modeNoAdCP buying mode (default: brief)
venue_typesNoFilter by venue types (legacy, prefer filters.venue_types)
audience_profileNoTarget audience characteristics

TDQS

A4.5/5.0
Behavior5/5

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

No annotations are present, so the description carries the full burden and meets it: it states no authentication is required, frames the call as read-only discovery, explains that products are ordered by evidence from `brief`, and discloses that unverifiable words are flagged and `observed` numbers appear only where measured. This gives an agent an accurate safety/behavioral model before invoking.

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 well structured with WHEN TO USE, RETURNS, and EXAMPLE sections, and the purpose is front-loaded in the first sentence. It is slightly verbose, with the evidence-behavior paragraph partly restating the RETURNS section, so it is not maximally concise.

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 tool with 7 parameters, nested objects, and no output schema, the description includes a return-shape outline and an example, plus auth/behavioral context. It does not explain pagination, the wholesale/refine buying modes, or filter semantics, though the schema covers most of those; overall it is adequate but not exhaustive.

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 coverage is high (86%), so the baseline is 3. The description adds extra meaning for the key `brief` parameter — explaining how it is interpreted, that products are ranked by evidence, and that `brief_interpretation` is returned for verification — plus a concrete example call. Other parameters rely on schema descriptions, which is acceptable at this coverage level.

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?

Opens with a specific verb+resource: 'Get available DOOH advertising products and packages.' It adds the distinctive mechanism — a natural-language `brief` answered from observed screen data — and positions the tool as open catalogue discovery ('read the catalogue first, get a key when you want to transact'), separating it from transaction tools and similar inventory/price siblings.

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?

A dedicated WHEN TO USE section lists three concrete scenarios: browsing inventory before campaign creation, comparing pricing across venue types/locations, and checking availability by market/time. It gives clear when-to-use context but does not explicitly name alternatives or state when not to use this tool.

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.

TDQS

B3.3/5.0
Disambiguation2/5

There are exact duplicates (get_task_status/tasks_get, list_tasks/tasks_list) and several overlapping analytics, attribution, and semantic search clusters (get_attention_metrics vs get_creative_attention vs get_social_attention; find_similar_moments vs semantic_search_observations; get_campaign_attribution vs get_multi_touch_attribution vs get_roas). Detailed descriptions help, but with 83 tools an agent will frequently struggle to pick the right one.

Naming Consistency3/5

Most tools follow a snake_case verb_noun pattern (list_devices, create_campaign, delete_webhook), but there are notable inconsistencies: list_* and get_* are used interchangeably for list operations, attention tools mix conventions (get_attention_metrics vs get_creative_attention vs get_social_attention), and the legacy tasks_get/tasks_list names break the established get_task_status/list_tasks pattern.

Tool Count1/5

83 tools is an extreme count for a single MCP server, spanning device management, sensing, campaigns, media buys, attribution, webhooks, billing, API discovery, and AdCP protocol concerns. This is a broad API surface dump rather than a focused tool set, and it would be far better split into several coherent servers.

Completeness2/5

Despite the enormous surface, core campaign lifecycle is incomplete: create_campaign explicitly tells the agent to use update_campaign to activate a campaign, but no update_campaign tool exists, and there are no list/delete campaign tools. Significant capabilities exist for analytics, attribution, and webhooks, but the primary advertising workflow has a dead end.

Resources