We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akiojin/playfab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export { AddInventoryItems } from "./add-inventory-items.js";
export { GetInventoryItems } from "./get-inventory-items.js";
export { GetInventoryCollectionIds } from "./get-inventory-collection-ids.js";
export { DeleteInventoryItems } from "./delete-inventory-items.js";
export { SubtractInventoryItems } from "./subtract-inventory-items.js";
export { UpdateInventoryItems } from "./update-inventory-items.js";
export { ExecuteInventoryOperations } from "./execute-inventory-operations.js";
export { GrantItemsToUsers } from "./grant-items-to-users.js";