Skip to main content
Glama

list_campaigns

Read-only

Retrieve and filter advertising campaigns across multiple platforms, displaying name, status, budget, and performance metrics for analysis.

Instructions

List all campaigns across connected ad platforms. Returns campaign name, status, budget, and performance metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNoFilter by platform (optional - lists all if not specified)
statusNoFilter by campaign status
limitNoMaximum number of campaigns to return (default: 50)
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds value by specifying what fields are returned (campaign name, status, budget, and performance metrics) and that it works across multiple platforms, but doesn't disclose pagination behavior, rate limits, or authentication requirements beyond what annotations provide.

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 perfectly concise with two sentences that each earn their place: the first states the core purpose, and the second specifies what data is returned. No wasted words, and information is front-loaded with the main functionality stated first.

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 operation with good annotations and full schema coverage, the description is reasonably complete. It specifies the scope (all campaigns across platforms) and return fields. The main gap is lack of output schema, but the description compensates by listing return fields. Could be more complete with pagination or ordering details.

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?

With 100% schema description coverage, the schema fully documents all three parameters with descriptions and enums. The description mentions filtering by platform and returns performance metrics, but doesn't add meaningful semantic context beyond what's already in the structured schema. Baseline 3 is appropriate when schema does the heavy lifting.

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 verb ('List') and resource ('all campaigns across connected ad platforms'), specifying the scope as 'all campaigns' across multiple platforms. It distinguishes from sibling tools like 'get_daily_spend' or 'get_performance' by focusing on campaign listing rather than performance metrics or spend data.

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 for retrieving campaign information but provides no explicit guidance on when to use this tool versus alternatives like 'list_ad_accounts' or performance-focused tools. It mentions filtering by platform and status in the schema but doesn't explain when those filters should be applied versus using other tools.

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/Synter-Media-AI/mcp-server'

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