Skip to main content
Glama
ahmetsina

mcp-appstore-connect

by ahmetsina

create_beta_build_localization

Add localized what-to-test notes to a beta build for TestFlight testers by specifying build ID, locale, and notes.

Instructions

Create a new beta build localization (What to Test notes) for a specific locale.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
build_idYesThe build ID
localeYesLocale code (e.g., en-US, ja, fr-FR)
whats_newYesWhat to Test notes for TestFlight testers
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It indicates a write operation ('Create') but does not mention potential errors, idempotency, side effects, or constraints such as uniqueness per locale per build. The description is minimal.

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 that immediately conveys the tool's purpose with no redundancy or unnecessary words. Efficiently front-loaded.

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?

Given no output schema, the description should explain what the tool returns or possible outcomes. It omits whether a successful creation returns the localization object, and does not address failure scenarios like duplicate locales or missing builds. Incomplete for a creation 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?

Schema coverage is 100% with adequate parameter descriptions. The tool description adds no additional semantic context beyond what the schema already provides. For example, 'build_id' is simply 'The build ID' in both. No extra elaboration.

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 'Create', the resource 'beta build localization', and specifies the scope as 'What to Test notes for a specific locale'. It distinctly identifies the tool's function and differentiates it from update and list siblings.

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 creating localization notes for a locale but provides no explicit guidance on when not to use this tool or when to prefer alternatives like update_beta_build_localization. No prerequisites or constraints are mentioned.

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/ahmetsina/mcp-appstore-connect'

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