Skip to main content
Glama
RPriya2019

Ad Campaign MCP

by RPriya2019

list_campaigns

Retrieve advertising campaign lists from the Ad Campaign API. Filter results by status—active, paused, or draft—to find specific campaigns quickly.

Instructions

List advertising campaigns

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter campaigns by status
Behavior2/5

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

No annotations are provided, so the description must communicate behavioral aspects itself. It only states that campaigns are listed, revealing a read-like operation, but it does not mention pagination, return format, filtering behavior beyond the status parameter, authentication needs, or whether results are limited.

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 a single short phrase with no filler or redundancy. It is front-loaded and easy to parse, though it is extremely brief.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, but with no output schema and no annotations, the description leaves important context unstated, such as what fields are returned, whether results are paginated, and what the default behavior is when no status filter is provided.

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?

The schema covers both parameters: 'status' has an enum and a description. The tool description adds no additional parameter meaning, but with 100% schema coverage, the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('List') and resource ('advertising campaigns'), which tells the agent what the tool does. It is naturally distinguishable from the sibling 'get_campaign' by pluralization (list of campaigns vs single campaign), though it does not explicitly state that distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus 'get_campaign'. The plural form implies it returns multiple campaigns and the sibling returns one, but no explicit usage context, exclusions, or alternative criteria are provided.

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/RPriya2019/ad-campaign-mcp'

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