PlayFab MCP Server

by akiojin
Verified

search_items

Retrieve and filter specific items from the PlayFab catalog using OData queries. Specify search terms, pagination, and sorting parameters for precise results.

Instructions

PlayFab search items

Input Schema

NameRequiredDescriptionDefault
continuationTokenNoAn opaque token used to retrieve the next page of items, if any are available.
countYesNumber of items to retrieve. This value is optional. Maximum page size is 50. Default value is 10.
filterNoAn OData filter used to refine the search query (For example: "type eq 'ugc'"). More info about Filter Complexity limits can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/search#limits
orderByNoAn OData orderBy used to order the results of the search query. For example: "rating/average asc"
searchNoThe text to search for.

Input Schema (JSON Schema)

{ "properties": { "continuationToken": { "description": "An opaque token used to retrieve the next page of items, if any are available.", "type": "string" }, "count": { "description": "Number of items to retrieve. This value is optional. Maximum page size is 50. Default value is 10.", "type": "number" }, "filter": { "description": "An OData filter used to refine the search query (For example: \"type eq 'ugc'\"). More info about Filter Complexity limits can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/search#limits", "type": "string" }, "orderBy": { "description": "An OData orderBy used to order the results of the search query. For example: \"rating/average asc\"", "type": "string" }, "search": { "description": "The text to search for.", "type": "string" } }, "required": [ "count" ], "type": "object" }

You must be authenticated.

Other Tools from PlayFab MCP Server

Related Tools

ID: z32uydy6f6