Skip to main content
Glama
LaurMost

App Store MCP Server

by LaurMost

Search the Apple App Store

search_app_store
Read-onlyIdempotent

Search Apple App Store apps by keyword and retrieve key details like name, developer, rating, and price. Limit results and choose country.

Instructions

Search Apple App Store apps by keyword. Returns slim results (id, name, developer, rating, price) - use get_app_store_app for the full profile of a specific app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (1-50).
queryYesKeyword(s) to search for, e.g. 'language learning'.
countryNoISO 3166-1 alpha-2 storefront code, e.g. 'us', 'de', 'jp'.us

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYes
queryYes
resultsYes
sourcesYes
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, so the safety profile is covered. Description adds that results are 'slim' and lists included fields (id, name, developer, rating, price), which is useful beyond annotations. No contradictions.

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?

Two sentences, no fluff. Front-loaded with purpose and action. Every sentence serves a purpose: first defines what it does and what it returns, second directs to alternative for more detail.

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?

Given the tool has 3 parameters, all documented in schema, and output schema exists (as per context signals), the description provides enough context: purpose, return shape, and when to use alternative. A minor gap is that it doesn't mention the country or limit filtering, but those are in schema.

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?

Input schema has 100% description coverage, so baseline is 3. Description mentions 'by keyword' which aligns with the query parameter but does not add meaning for limit or country beyond what the schema provides.

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 it searches Apple App Store by keyword and returns slim results. It distinguishes from sibling get_app_store_app by noting the latter provides full profiles. Specific verb 'Search' + resource 'Apple App Store apps'.

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 instructs to use get_app_store_app for full profile when needed, guiding when to use this slim version vs the alternative. Could note other siblings like get_app_store_charts for different use cases, but current guidance is clear.

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

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