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
articles.md•438 B
# Liquid Objects: Articles
All of the articles across the blogs in the store.
## Directly Accessible In
- Global
You can use `articles` to access an article by its handle.
## Code Example
```liquid
{% assign article = articles['potion-notions/new-potions-for-spring'] %}
{{ article.title | link_to: article.url }}
```
## Output
```html
<a href="/blogs/potion-notions/new-potions-for-spring" title="">New potions for spring</a>
```