Skip to main content
Glama
get-mcp-ads

Meta Ads by Get MCP Ads

meta get node fields

meta_get_node_fields
Read-onlyIdempotent

Fetch any flat field from a Meta Graph node—campaign, ad set, ad, creative, audience, catalog, Page, Instagram, or pixel—to access new data without waiting for a schema update.

Instructions

Read arbitrary flat fields from one Meta Graph node. This GET-only escape hatch covers newly released campaign, ad set, ad, creative, audience, catalog, Page, Instagram, pixel, and other accessible node fields without waiting for a fixed MCP schema update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYesFlat Graph field names; nested field expansion is intentionally disabled
nodeIdYesGraph node ID, for example a campaign, ad set, ad, creative, Page, IG account, pixel, audience, or catalog ID
includeMetadataNoAsk Graph for field metadata when supported

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

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, and the description's 'GET-only' phrasing aligns with these rather than adding new information. It does add context around the 'escape hatch' purpose and the flat-fields limitation, but much of that is also present in the schema's parameter descriptions, so the net added behavioral insight is modest.

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 two tight sentences with zero fluff. The core action is front-loaded, and the second sentence explains the tool's raison d'être without digressing. Every sentence earns its place, making it efficient for an agent to parse quickly.

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, idempotent tool with full schema coverage and an output schema, the description supplies the essential context — it is a fast-moving escape hatch for fields not yet in the fixed schema. It does not explain return value details, but the output schema covers that, and the annotations already cover safety. It is nearly complete for an agent to decide when and how to invoke it.

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 each parameter (nodeId, fields, includeMetadata) is already well documented in the input schema. The description reinforces the notion of 'arbitrary flat fields' for the fields parameter, but it does not add substantive semantic detail beyond what the schema already provides, so a baseline score of 3 is appropriate.

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 states a clear action ('Read arbitrary flat fields') on a specific resource ('one Meta Graph node'), and directly distinguishes itself from sibling tools by framing itself as an 'escape hatch' for newly released fields that fixed schema tools may not yet cover. This makes the tool's unique role immediately obvious.

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?

The description implies when to use this tool — when you need fields that are 'newly released' and not yet in the fixed MCP schema. It provides this context clearly, but it does not explicitly name the alternative specific tools (e.g., meta_get_campaigns) or state when not to use the escape hatch, leaving the exclusion to inference rather than explicit guidance.

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