We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/florinel-chis/shopify-liquid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
app.md•553 B
# Liquid Object: app
## Description
The `app` object provides access to app-specific information, particularly useful for implementing [theme app extensions](https://shopify.dev/apps/online-store/theme-app-extensions).
## Properties
### metafields
- **Type:** Array of [metafield](https://shopify.dev/docs/api/liquid/objects/metafield) objects
- **Description:** Contains the metafields "owned by the app" that are associated with the application instance.
---
**Note:** No code examples were provided in the source documentation for this object.