Skip to main content
Glama

MagicScreenshots

Search the screenshot library

list_directory_apps
Read-onlyIdempotent

Search thousands of real App Store listings (the top 100 free and top-grossing apps in every Apple category, refreshed daily). Filter by text, Apple genre slug, listing look (tag), today's chart rank, or apps that have preview videos. Returns slugs for get_directory_app, get_app_videos, get_app_history and create_restyle. No API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoListing-look slug from list_directory_tags, such as headline, device-frame or dark.
chartNoWith category: order by today's top free or top grossing chart for that category.
limitNo
queryNoApp name, developer, slug or Apple ID. Example: "duolingo".
offsetNoFor paging; count in the response is the total match count.
categoryNoGenre slug from list_directory_categories, such as finance or food-drink.
platformNoios (App Store) or android (Google Play). Default: both.
has_videoNoOnly apps whose listing has an App Store preview video.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare this as a safe, idempotent, non-destructive read, so the bar is lower; the description adds real value beyond that with corpus freshness ('refreshed daily'), coverage breadth ('thousands'), and 'No API key required'. It does not discuss rate limits or result caps, which the limit/offset params imply but the prose leaves silent.

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?

Three tight sentences: scope first, filter axes second, returns/requirements last. Every clause carries information and there is no filler or restatement of the title.

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

Completeness5/5

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

For an 8-parameter search tool with no output schema, the description covers the corpus definition, filter dimensions, the shape of the return value ('slugs'), and the follow-up tools that consume it. Nothing an agent needs to invoke it correctly is missing.

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 description coverage is 88%, so the schema already documents nearly every parameter, including enum meanings for chart and platform. The description restates the same filter categories (text, tag, genre slug, chart rank, has_video) without adding syntax, defaults, or interaction rules (e.g., chart requires category), so baseline 3 applies.

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?

States a specific verb and resource ('Search ... App Store listings') plus the exact scope of the corpus (top 100 free and top-grossing per Apple category, refreshed daily). This clearly separates it from siblings like list_directory_categories, list_directory_tags and get_directory_app.

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 enumerates the five filter axes (text, genre slug, tag, chart rank, preview video) and names the downstream tools whose slugs it returns (get_directory_app, get_app_videos, get_app_history, create_restyle), which tells an agent where this fits in a workflow. It does not state when to prefer a sibling list tool instead, so it stops short of full when/when-not guidance.

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.