Skip to main content
Glama

Get Account Summary

adsap_get_account_summary

Structural snapshot of a Meta ad account: campaign counts by status/objective, ad set counts, active ad count, budget allocation, top spending campaigns (last 30d), disapproved ads. Provides the big picture before detailed audit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ad_account_idYesMust include act_ prefix.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It frames the operation as a 'structural snapshot' and lists read-only aggregate contents, which reasonably implies no mutation, and it adds a 30-day time window. However, it does not explicitly state read-only behavior, permission requirements, or any other operational characteristics.

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 with no filler: the first enumerates the summary contents in a compact list, and the second states the intended use case. It avoids repeating schema information and is front-loaded with the most useful detail.

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 single-parameter read tool with no annotations and no output schema, the description covers what the agent can expect to receive and when to use it. The exact return format is not described, but the content list and the schema's parameter documentation are sufficient for tool selection and invocation.

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%: the only parameter, ad_account_id, is already documented with the requirement to include the 'act_' prefix. The description adds no additional parameter-level meaning, so the baseline score of 3 applies.

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 names the resource (Meta ad account) and specifies the exact contents of the summary: campaign counts by status/objective, ad set counts, active ad count, budget allocation, top spending campaigns, and disapproved ads. It is clear and specific, though it does not explicitly differentiate itself from sibling getters like adsap_get_account_health.

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 gives clear usage context: use this tool to get the 'big picture before detailed audit.' It implies the tool is for high-level orientation rather than deep analysis, but it does not name alternatives or state when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources