Skip to main content
Glama
Green-pep

meta-ads-mcp-patched

by Green-pep

create_rf_prediction

Create reach and frequency predictions for Meta Ads by providing targeting, budget, and scheduling details to estimate campaign performance.

Instructions

Create a new reach & frequency prediction. Provide targeting spec as JSON string, budget in cents, and scheduling info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
budgetYesBudget in account currency cents
stop_timeYesPrediction stop time (ISO 8601 or Unix timestamp)
start_timeYesPrediction start time (ISO 8601 or Unix timestamp)
target_specYesJSON string of targeting specification
frequency_capYesMaximum frequency cap per user
destination_idYesDestination ID (e.g. Facebook Page ID)
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the action and input types, but does not mention return values, whether the operation is synchronous, if an ID is created, required permissions, or any side effects. For a mutation tool, this is a significant gap.

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 a single, front-loaded sentence that directly states the purpose and hints at key parameters. Every word earns its place; there is no fluff.

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?

For a complex tool with 6 required parameters and no output schema, the description is too brief. It does not explain what the response contains, how to retrieve the created prediction, error scenarios, or any follow-up steps. Given the low complexity of the input schema, a bit more context is expected.

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 the schema fully documents all parameters. The description adds minimal value by restating that target_spec is a JSON string and budget is in cents, but does not explain any parameter relationships or expected values beyond the 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 action: 'Create a new reach & frequency prediction.' The verb 'Create' is specific and distinguishes it from sibling tools like list_rf_predictions, get_rf_prediction, and delete_rf_prediction.

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?

Usage is implied by the word 'Create' – use when you need a new prediction. However, there is no explicit guidance on when to use it versus alternatives, no prerequisites, or context about how it relates to other rf_prediction 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/Green-pep/meta-ads-mcp-patched'

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