Skip to main content
Glama

Get Ad Account Users

meta_get_ad_account_users
Read-onlyIdempotent

Retrieve all users with access to a Meta ad account and their assigned roles using an ad account ID.

Instructions

Lists users who have access to an ad account with their roles.

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 safety profile is clear. The description adds that the result includes user roles and provides an ID format example, but does not mention pagination, permission requirements, or the response structure.

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 compact and front-loaded with the core purpose, followed by a short Args block with a useful example. Every sentence adds value and there is no filler.

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 low-complexity read-only tool with rich annotations, this description is largely sufficient: it identifies the resource, the output concept (users and roles), and the required parameter format. It only lacks explicit usage-context guidance and response-shape detail, which are minor for this tool.

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?

The schema leaves ad_account_id undocumented aside from type, and the description compensates with a concrete format example (act_123456789). The response_format parameter is already fully documented in the schema with an enum and default, so no additional description is needed.

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 specific verb ('Lists') and a specific resource ('users who have access to an ad account with their roles'). This clearly distinguishes it from sibling ad-account tools by focusing on user access rather than account details, activity, or campaigns.

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?

There is no guidance on when to use this tool versus alternatives like meta_get_ad_account or meta_list_ad_accounts. No conditions, exclusions, or sibling references are provided, so the agent must infer usage from the tool name alone.

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