Skip to main content
Glama

List Advertisable Apps

adsap_list_apps

List the apps an ad account can promote — use to pick application_id + object_store_url for App promotion (OUTCOME_APP_PROMOTION) campaigns/ad sets. Serves from the workspace cache (no Meta API call); pass refresh:true to re-sync live from Meta. Note: apps in Development mode appear in this list but Meta refuses to promote them (3858107) — the app must be in Live mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refreshNoForce a live re-sync from Meta, bypassing the cache. Default false = serve from the workspace cache (0 Meta API calls).
ad_account_idYesAd account ID (act_xxx). Required — scopes the request to the workspace that owns this account.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses that the default path serves from cache with zero Meta API calls, that refresh:true triggers a live re-sync, and that Development-mode apps will appear but Meta refuses to promote them (3858107). This is strong behavioral disclosure, though it doesn't cover error/return edge cases.

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?

Three sentences with no filler: purpose and output usage first, then cache/refresh behavior, then a critical caveat. Every sentence earns its place and the most important information is front-loaded.

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 simple two-parameter list tool with no output schema, the description is nearly complete: it names required context, explains the cache behavior, and warns about the Live-mode requirement. It doesn't fully describe the return shape or pagination, but the expected output is strongly implied by the stated use case.

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 100%, so both parameters are already documented. The description reinforces the refresh behavior and explains what the output should be used for, but it doesn't add substantial new parameter-level meaning beyond the schema, so the baseline 3 is appropriate.

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 starts with a specific verb and resource: 'List the apps an ad account can promote.' It immediately states the agent-facing purpose—picking application_id and object_store_url for OUTCOME_APP_PROMOTION campaigns/ad sets—which clearly distinguishes it from sibling list tools.

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 for when to use the tool: when preparing App promotion campaigns/ad sets and needing application_id plus object_store_url. It also explains the cache-vs-refresh decision. It doesn't name explicit alternatives or when-not-to-use cases, but no sibling is a close substitute, so the guidance is sufficient.

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