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
Name | Required | Description | Default |
---|---|---|---|
continuationToken | No | An opaque token used to retrieve the next page of items, if any are available. | |
count | Yes | Number of items to retrieve. This value is optional. Maximum page size is 50. Default value is 10. | |
filter | No | 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 | |
orderBy | No | An OData orderBy used to order the results of the search query. For example: "rating/average asc" | |
search | No | The text to search for. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from PlayFab MCP Server
Related Tools
- @akiojin/playfab-mcp-server
- @ashwanth1109/mcp-spotify
- @superseoworld/mcp-spotify
- @kenjihikmatullah/productboard-mcp
- @akiojin/playfab-mcp-server