Skip to main content
Glama
Hiru-ge
by Hiru-ge

List TestFlight Testers

asc_list_beta_testers
Read-onlyIdempotent

Retrieve TestFlight beta testers with optional email filter and pagination support.

Instructions

List TestFlight testers, optionally filtering by exact email address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
limitNoMaximum number of items to return (default 20, max 200).
nextUrlNoThe nextUrl value returned by a previous call to this tool. Pass it back unchanged to fetch the next page. Omit for the first page.
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the description need not repeat safety traits. It adds the email filtering behavior, but does not disclose pagination or data structure beyond what the schema provides.

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?

Single sentence, under 20 words, front-loaded with core action. Every word earns its place.

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?

While the description covers purpose and email filtering, it does not explain return format (e.g., list of tester objects) or pagination behavior, which would be helpful given no output schema. However, pagination details are in the schema.

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 adds meaning to the email parameter ('optionally filtering by exact email address'), which is not documented in the schema. The limit and nextUrl parameters are well-described in the schema, so overall parameter semantics are well-covered.

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?

Description clearly states 'List TestFlight testers' with an optional email filter, making the tool's purpose unambiguous and distinct from sibling tools like asc_list_beta_groups.

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 explicit guidance on when to use this tool versus alternatives, such as asc_list_beta_groups or other list tools. The description implies use for listing testers, but lacks comparative or contextual advice.

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/Hiru-ge/asc-mcp'

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