Skip to main content
Glama

get_listing

Fetch the store listing for a given locale: title, shortDescription, fullDescription, video. Provide a BCP-47 language tag to get localized app details.

Instructions

Get the store listing for one locale: title, shortDescription, fullDescription and video. Use list_listings first if you do not know which locales exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageYesBCP-47 language tag of the listing, e.g. 'en-US' or 'de-DE'
package_nameNoApp package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME)
Install Server

TDQS

A4.3/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral info. It specifies the return fields but doesn't mention read-only nature, error conditions, or other implications. This is adequate for a simple getter but lacks richer context.

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 concise sentences: the first states the primary action and expected content, the second provides a usage tip. No extraneous words, efficiently front-loaded.

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?

Given the simplicity of the tool (two params, no nested objects, no output schema), the description is complete: it explains what it retrieves, scopes it to one locale, and advises when to use an alternative. The agent has sufficient information to invoke correctly.

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 fully documents both parameters (language and package_name) with clear descriptions, achieving 100% coverage. The description does not add parameter-specific details, but the baseline is 3 per the rubric.

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 the tool retrieves a store listing for a specific locale, listing the exact fields returned (title, shortDescription, fullDescription, video). This distinguishes it from the sibling list_listings, which presumably retries all locales, by emphasizing 'one locale'.

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

Usage Guidelines5/5

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

Explicit guidance is provided: 'Use list_listings first if you do not know which locales exist.' This tells the agent when to use a different tool, which is a clear usage guideline.

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

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/OrellBuehler/play-console-mcp'

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