Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_playstation_games_facets

Get aggregated counts of PlayStation games by facet such as publisher, genre, platform, price tier, and more, with optional filters for region, availability, and ratings.

Instructions

Facet PlayStation games dataset. Returns terms aggregation counts for the PlayStation games dataset. Facet enum: publisher, classification, genres, platforms, content_rating_authority, content_descriptors, price_tier, service_branding, region, release_year, run_id, is_free, is_addon, is_tied_to_subscription, coming_soon. price_tier enum: free, under_5, 5_to_10, 10_to_20, 20_to_40, 40_to_60, 60_plus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over name and publisher, max 256 characters
facetYesFacet enum: publisher, classification, genres, platforms, content_rating_authority, content_descriptors, price_tier, service_branding, region, release_year, run_id, is_free, is_addon, is_tied_to_subscription, coming_soon
genreNoExact genre filter, max 128 characters
regionNoExact store region (country code) filter, max 128 characters
run_idNoExact crawl run-id filter, max 128 characters
is_freeNoFilter by free flag
on_saleNoFilter by titles currently discounted (discount_pct > 0)
brandingNoExact subscription/service-branding filter, max 128 characters
is_addonNoFilter add-ons vs games
platformNoExact platform filter: PS4 or PS5
publisherNoExact publisher filter, max 128 characters
concept_idNoExact concept id filter, max 128 characters
price_tierNoPrice-tier enum: free, under_5, 5_to_10, 10_to_20, 20_to_40, 40_to_60, 60_plus
coming_soonNoFilter for pre-release titles
np_title_idNoExact np_title_id filter, max 128 characters
classificationNoExact classification filter, max 128 characters
content_ratingNoExact content-rating authority filter, max 128 characters
min_star_countNoMinimum number of star ratings
max_price_valueNoMaximum current price in minor units
min_price_valueNoMinimum current price in minor units
min_star_ratingNoMinimum average star rating, 0 through 5
max_release_yearNoMaximum release year
min_discount_pctNoMinimum discount percent, 0 through 100
min_release_yearNoMinimum release year
content_descriptorNoExact content-descriptor filter, max 128 characters
is_tied_to_subscriptionNoFilter subscription-included titles
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the operation returns terms aggregation counts (a read-only analytical operation), but does not mention pagination, multiple facet support, default behavior, or any error conditions. Some value is added beyond the trivial, but it is not deep.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences total, with front-loaded purpose. The enum lists make it longer but are necessary for informing valid values. There is minor redundancy with schema enums, but overall it is efficient and well-structured.

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

Completeness2/5

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

With 26 parameters and no output schema, the description is too minimal. It does not explain how facets interact with filters, whether multiple facets can be requested, or what the response structure looks like beyond 'terms aggregation counts'. This is insufficient for such a complex 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?

Schema coverage is 100% with each parameter described. The description repeats the facet enum and price_tier enum, which are already in the schema, but adds no new semantic information about parameters. Baseline of 3 applies since schema handles param semantics.

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?

Description states a specific verb ('Facet') and resource ('PlayStation games dataset'), and clarifies the outcome as 'Returns terms aggregation counts'. This clearly distinguishes it from sibling tools like datasets_playstation_games_search and datasets_playstation_games_item.

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 aggregation/faceting rather than search or item retrieval, but does not explicitly name alternatives or state when not to use it. It provides the facet enum, giving some context for when this tool is appropriate, but lacks exclusionary guidance.

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/Crawlora-org/crawlora-mcp'

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