Skip to main content
Glama
plahteenlahti

@perttu/app-store-mcp

Search the App Store

app_store_search
Read-only

Search the App Store for apps by keyword, with filters for country, language, and pagination. Optionally return only numeric app IDs.

Instructions

Search the App Store by keyword, with country, locale, and pagination controls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numNoResults per page
langNoResponse locale, such as en-us
pageNoPage number
termYesSearch query
countryNoApp Store country; defaults to US
idsOnlyNoReturn only numeric App Store IDs

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
Behavior3/5

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

Annotations already cover readOnlyHint and openWorldHint, indicating a safe read operation. The description adds that it supports keyword search with country/locale/pagination controls, but does not disclose default pagination behavior or error handling. Given annotation coverage, this is adequate but not rich.

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, front-loaded sentence that communicates the core action and key controls without unnecessary words. It effectively summarizes the tool's purpose and parameters.

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?

The tool has a well-documented schema, annotations, and an output schema, so the description does not need to explain return values. It is complete enough for an agent to select and invoke the tool, though it could briefly mention that results are app listings. Overall, the description is sufficient for a straightforward search 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?

The input schema provides 100% description coverage for all six parameters, including term, num, lang, page, country, and idsOnly. The description's mention of 'country, locale, and pagination controls' adds no meaning beyond what the schema already states. A baseline score of 3 is appropriate.

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 explicitly states 'Search the App Store by keyword' with a specific verb and resource. It also mentions country, locale, and pagination controls, making it distinct from sibling tools like app_store_reviews or app_store_app. This is clear and non-tautological.

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 for keyword-based App Store searches but does not explicitly contrast with alternatives. It does not state when to choose this over app_store_suggest or app_store_similar, leaving the agent to infer from the name and schema. No exclusions or alternative recommendations are provided.

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/plahteenlahti/app-store-mcp'

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