Hi,
Are there any optimizations storefront owners can do to ensure that their storefront MCP tools give optimized information?
I am trying to experiment with how my storefront is being accessed by AI agents. The documentation gives some hints for AI agents to display the results from the api/mcp tools correctly. But I am wondering if there are any recommendations or a checklist of what I could do to give better information to the ai agents. E.g. more delivery info, better sizing variants etc
thanks
Mattercoder
Hi,
I think a good rule of thumb is to check what the various tools can output in responses, and ensure that the store data that correspond to these are clear and consistent for LLMs/MCPs to interpret.
For example to help the search_shop_catalog
tool generate info on products and variants you should make sure all product variants (size, color, etc.) are clearly defined and have descriptive names. In theory richer content helps AI agents provide better recommendations. You’ll also want to ensure every product and variant has high-quality images with alt text. This helps agents display visually rich results.
Thanks Liam. that is very helpful. thanks