Skip to main content
Glama

plan_metadata_changes

Plan App Store Connect metadata changes by selecting locales, domains, and version details to validate against Apple's API, with actual writes deferred until approved.

Instructions

Plan exact selected AppStore locales/domains against an editable app/platform/version. Locale-only appInfo/versionMetadata does not select categories, copyright, release behavior or review. New versions require the explicit version domain and releaseType. Secrets stay redacted; actual writes require approved apply_plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootYes
domainsYes
localesYes
versionYes
platformYes
manageCategoriesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

Discloses that secrets remain redacted and that actual writes are deferred to approved apply_plan, behavior not present in annotations. Adds a prerequisite for new versions. No annotation contradiction.

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?

Three purposeful sentences with the core purpose first and caveats after. The releaseType reference is potentially confusing but not 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?

For a six-parameter tool with no output schema and no parameter descriptions, the description omits essential guidance on the root parameter, locale semantics, and how the returned plan is represented. The unresolved releaseType mention adds ambiguity, so an agent cannot reliably construct a correct call.

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?

With zero schema descriptions, the description explains how domains behave (locale-only appInfo/versionMetadata doesn't cover categories etc.) and that new versions require the version domain. However, it leaves root, locales, platform, and manageCategories undefined and mentions releaseType, which is not present in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States it plans selected AppStore locales/domains against an editable app/platform/version. The added caveat about what locale-only appInfo/versionMetadata does not cover helps distinguish from broader planning tools, though no sibling tool is named.

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

Usage Guidelines4/5

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

Explicitly routes actual writes to apply_plan, giving a clear alternative for execution. The caveat about categories/copyright/release/review exclusion clarifies what this plan covers, but it does not compare with other plan_* siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.