Skip to main content
Glama

get_avatars_in_avatar_group

Get avatars from a designated avatar group by specifying the group ID.

Instructions

Retrieves a list of avatars in a specific HeyGen avatar group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the basic retrieval action, omitting any details about side effects, required permissions, rate limits, or whether the tool is read-only. This lack of transparency is insufficient for safe invocation.

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 a single, concise sentence that immediately conveys the tool's core purpose. It is appropriately front-loaded and contains no extraneous information, though it could benefit from slightly more detail without becoming verbose.

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?

The description lacks essential context such as what an avatar group is, how to acquire a group_id, what the returned list contains, or error handling. For a tool with no output schema and no annotations, this leaves the agent underspecified about usage expectations.

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

Parameters2/5

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

The schema has 0% description coverage for its single parameter 'group_id'. The tool description does not add any meaning beyond the parameter name, failing to explain what a group_id is, how to obtain it, or its expected format. This does not compensate for the missing schema descriptions.

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 the verb 'retrieves' and the resource 'avatars in a specific HeyGen avatar group', which precisely indicates the tool's function. It distinguishes itself from sibling tools such as 'get_avatar_groups' (which retrieves groups, not avatars) and the generation tools.

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. There is no mention of prerequisites, use cases, or scenarios where other tools would be more appropriate, leaving the agent without decision support.

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/dineshkumar181094/heygen-mcp'

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