Skip to main content
Glama

Get Ad Account Activity Log

meta_get_ad_account_activity
Read-only

Retrieve activity logs for a Meta ad account, filtered by date range and limited results.

Instructions

Gets the activity/change log for an ad account.

Args:

  • ad_account_id (string): Ad account ID

  • limit (number): Max results (default 25)

  • since (string, optional): Start date YYYY-MM-DD

  • until (string, optional): End date YYYY-MM-DD

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ad_account_idYes
limitNo
sinceNo
untilNo
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior3/5

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

The description is consistent with annotations (readOnlyHint=true, destructiveHint=false) by using 'gets,' but it does not add behavioral details beyond what annotations convey. It lacks information about response format, pagination, or permission requirements, but the annotations already cover the safety profile adequately.

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 extremely concise: one sentence followed by a list of parameters. Every sentence is useful, and it is front-loaded with the main action. No extraneous content.

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?

Given the five parameters and lack of output schema, the description is thin. It does not explain what the activity log contains, how to interpret it, or any critical context like permission requirements. With many sibling tools, more detail would help the agent select appropriately.

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?

With only 20% schema description coverage, the description adds moderate value by clarifying the date format for 'since' and 'until' and stating defaults. However, it omits the 'response_format' parameter (which has a schema description) and provides only minimal info for others, partially compensating for the low coverage.

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 'Gets the activity/change log for an ad account,' specifying the verb, resource, and scope. It distinguishes itself from sibling tools that retrieve other types of ad account data, such as meta_get_ad_account or meta_get_ad_insights.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention when not to use it, prerequisites, or provide context for selecting this tool over other log or audit tools among the many siblings.

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/oliverames/meta-mcp-server'

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