Skip to main content
Glama

Get Custom Audience

meta_get_custom_audience
Read-onlyIdempotent

Retrieve details about a specific custom audience, including its name, description, and targeting criteria, using the audience ID.

Instructions

Gets details about a specific custom audience.

Args:

  • audience_id (string): Custom audience ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audience_idYesCustom audience ID
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior2/5

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

Annotations already indicate read-only, non-destructive, and idempotent behavior. The description adds only 'details' without specifying what that entails (e.g., fields returned, pagination, authentication requirements). No additional behavioral traits beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (two sentences) with no redundant information. It is front-loaded with the purpose. However, it could be slightly more structured to include parameter details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is adequate for a simple read tool with rich annotations and schema coverage, but it lacks information about return values or output format (no output schema). It does not compensate for missing details in the response.

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 input schema has 100% description coverage, so baseline is 3. The description repeats the audience_id parameter without adding new meaning, and does not mention the response_format parameter or its enum values.

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 details about a specific custom audience,' using a specific verb and resource. It distinguishes from sibling tools like 'meta_list_custom_audiences' which lists all audiences.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when you need details of a specific audience by ID, but it does not explicitly state when to use this tool versus alternatives (e.g., listing or searching). No exclusions or alternative tool names are provided.

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