Skip to main content
Glama

Get Ad Account Details

meta_get_ad_account
Read-onlyIdempotent

Fetch detailed information about a specific Meta ad account by providing the ad account ID (e.g., act_123456789). Returns account data in markdown or JSON for analytics and reporting.

Instructions

Gets detailed information about a specific ad account.

Args:

  • ad_account_id (string): Ad account ID (e.g., act_123456789)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ad_account_idYes
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?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description needs only to add context; it does not. The phrase 'detailed information' is consistent with these annotations but adds no further behavioral detail such as response size, rate limits, or required permissions.

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 sentence plus a tight argument listing, with no redundant words. It front-loads the purpose and presents the parameter example in a structured way.

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 simple read-only getter, the description and schema together cover the required parameter, an optional output format, and the tool's purpose. It omits details about the response contents, but with no output schema and a standard 'detailed information' phrase, this is a minor gap; the sibling list provides plenty of context that this is an ad account detail lookup.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description documents the required ad_account_id parameter with a concrete example ('act_123456789'), compensating for the schema's lack of description for that field. It does not mention response_format, but the schema already describes it fully, so effective coverage is high.

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 clearly states the tool's function: 'Gets detailed information about a specific ad account.' This distinguishes it from list-type siblings like meta_list_ad_accounts by emphasizing a single account, though it doesn't explicitly name alternatives.

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?

No guidance is given about when to choose this tool over sibling tools such as meta_list_ad_accounts or meta_get_ad_account_activity. The intended use is only implied by the name and the required ad_account_id parameter, leaving an agent to infer the selection context.

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/open-work-org/open-mcp-servers'

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