Skip to main content
Glama
get-mcp-ads

Meta Ads by Get MCP Ads

meta get entity configuration

meta_get_entity_configuration
Read-onlyIdempotent

Fetch a specific ad entity's configuration from Meta Ads to reconcile it against a saved creation receipt. Read-only check; no changes are made.

Instructions

Read a specific entity in its ad account for reconciliation. Read-only; never creates, changes or retries the entity. Missing or normalized fields must be inspected before claiming an exact match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYesExact fields to re-read from the reviewed native creation payload. IDs and account ownership are always checked.
entityIdYesExact entity ID saved in the acknowledged creation receipt.
adAccountIdYesOwning advertising account ID. Use the exact ID returned by account discovery; do not substitute a campaign or business ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesOriginal tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.1

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, open-world, and non-destructive behavior, so the bar for additional value is lower. The description adds meaningful context beyond annotations: 'never creates, changes or retries the entity' and the caveat that missing or normalized fields must be inspected before claiming an exact match. This helps an agent understand result reliability without contradicting the annotations.

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?

Two sentences, front-loaded with the core action and read-only guarantee, followed by the reconciliation caveat. Every sentence earns its place and there is no redundant restatement of the title or schema.

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 a fully described input schema, an output schema, and annotations covering safety and open-world behavior, the description is complete enough. It supplies the reconciliation purpose and the critical caveat about missing/normalized fields, which are the only non-obvious details an agent needs to use the tool correctly.

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 input schema fully explains adAccountId, entityId, and fields. The description adds little per-parameter meaning, though it reinforces that fields are read during reconciliation and that normalized/missing values are possible. Baseline 3 is appropriate because the schema carries the param-semantics load.

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 states a specific verb ('Read'), a resource ('a specific entity in its ad account'), and a purpose ('reconciliation'), which clearly conveys what the tool does. It differentiates itself from the many list/get siblings by focusing on a single entity by ID and fields, though it does not explicitly name an alternative to distinguish from.

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 reconciliation and explicitly warns against expecting mutation or retries, but it does not state when to prefer this tool over siblings like meta_get_campaigns or meta_get_adset_configuration. There is no explicit when-to-use/when-not-to-use guidance or mention of alternatives, leaving selection partly to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.