Skip to main content
Glama

audit_metadata

Read-onlyIdempotent

Audits a draft title, subtitle and 100-character keyword field against Apple's rules and against each other. Returns what is wasted, what Apple will actually index, and the field rewritten without the waste. Nothing is submitted anywhere - this only reads the text you pass in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoUp to 30 characters.
countryYesStorefront code, e.g. us, tr, de
subtitleNoUp to 30 characters.
keywordFieldNoThe 100-character field, comma-separated, as App Store Connect wants it.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool as readOnly, idempotent, and non-destructive. The description adds useful behavioral detail by explicitly stating 'Nothing is submitted anywhere - this only reads the text you pass in' and by disclosing the output concepts: wasted characters, what Apple indexes, and rewritten fields. This goes beyond the annotation metadata without contradicting it.

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 two sentences with no filler. The first sentence states the core purpose, the second explains the result and side-effect profile. Every clause earns its place and is front-loaded for quick agent scanning.

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

Completeness4/5

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

For a read-only audit tool, the description covers what it does, what it returns, and that it has no side effects. The main gap is that the required 'country' parameter is not explained in the description, so an agent may not understand why it is needed or how it affects the audit. Still, the overall definition is sufficiently complete for correct invocation.

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 already documents all four parameters with 100% coverage, including character limits and the comma-separated keyword field format. The description adds a little context by showing that the fields are audited together and rewritten as a set, but it does not add meaningful details beyond the 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 names a specific verb ('Audits') and a concrete target ('draft title, subtitle and 100-character keyword field against Apple's rules'). It also clearly distinguishes the tool from sibling tools like add_keywords, list_keywords, or ranking_keywords, which operate on keywords or rankings rather than auditing metadata compliance.

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?

The description makes the usage context clear: use this when you have a draft App Store metadata set and want to know what Apple will index and what is wasted. It does not explicitly compare to alternatives, but none of the siblings perform this audit function, so the intended use is well implied. It also reassures that nothing is submitted, which signals safe pre-submission use.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct resource or analytical view: tracked keywords, single-keyword details, cusp-band work lists, competitor rankings, storefront priorities, and metadata auditing. The descriptions clarify the boundaries between overlapping-sounding tools like list_keywords, cusp_actions, and ranking_keywords.

Naming Consistency3/5

Several tools follow a clean verb_noun pattern (add_keywords, get_keyword, list_keywords, list_apps, audit_metadata), but others are noun phrases or gerunds (country_priorities, cusp_actions, keyword_competitors, ranking_keywords). Names are readable and meaningful, but the pattern is not consistent across the set.

Tool Count5/5

Nine tools is a well-scoped size for an App Store keyword and ASO research server. Each tool covers a distinct capability without feeling redundant or padded.

Completeness3/5

The read-side surface is strong: listing apps, keywords, rankings, competitors, and storefront priorities are well covered. However, the tracked-keyword lifecycle is one-directional: add_keywords exists but there is no remove_keywords or update_keywords, leaving agents unable to prune or correct a tracked set.

Resources