Skip to main content
Glama
hermoso-ai

Hermoso

Official

List Meta campaigns / ad sets / ads

list_meta_ads
Read-only

Retrieve campaigns, ad sets, or ads from a connected Meta ad account. Filter by status, campaign, or ad set to inspect account activity before making changes.

Instructions

Read the EXISTING campaigns, ad sets, or ads on a connected Meta ad account — id, name, status, budget, objective. Pass adAccountId (from list_meta_pages) and level (campaign|adset|ad). Scope to a parent with campaignId (→ its ad sets/ads) or adsetId (→ its ads), and filter by status (ACTIVE/PAUSED/…). Read-only — use it to inspect an account before editing/deleting, or to answer "what’s running?".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNowhat to list (default campaign)
limitNomax rows (1–200, default 50)
statusNofilter by effective status, e.g. ACTIVE / PAUSED
adsetIdNolist the ads under this ad set
campaignIdNolist the ad sets / ads under this campaign
adAccountIdYesad account id (act_… or digits — from list_meta_pages)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
itemsNo
levelNo
cursorNo
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. Description reinforces read-only nature and adds context about parameter relationships (e.g., adAccountId source, hierarchical scoping). No contradictions.

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 concise sentences, front-loaded with purpose, then parameter details. No redundant words; every sentence earns its place.

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 output schema exists and 6 parameters, description fully covers hierarchical structure, filtering, and dependency on list_meta_pages. Complete for a read-only list tool.

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 has 100% coverage, so baseline is 3. Description adds relational context (which parameters to use together) and explains adAccountId source from list_meta_pages, enhancing understanding beyond schema.

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 reads existing campaigns/ad sets/ads from a Meta ad account, listing specific fields. It distinguishes itself from siblings by emphasizing read-only inspection before editing/deleting, contrasting with create/delete 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?

Provides explicit use cases: inspect before editing/deleting or answer 'what's running?' and explains how to scope/filter parameters. However, does not explicitly mention when not to use or alternatives like search_meta_ads.

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/hermoso-ai/hermoso'

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