Skip to main content
Glama
UVU-Store

shopify-graphql-mcp

by UVU-Store

get_locales

Retrieve the list of available locales for a Shopify store. Optionally filter to only published locales using the 'publishable' parameter.

Instructions

Fetch available locales for the store

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publishableNoFilter to only published locales
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only states 'Fetch available locales' with no mention of whether the operation is read-only, what the default return set is, or whether the publishable parameter changes the behavior. The description adds little beyond the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is exceptionally concise at one short sentence and gets to the point immediately. While it is minimal, it is not verbose or repetitive. A slightly more informative phrasing would improve it, but it earns high marks for efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of an output schema and annotations, the description should explain what is returned and how the optional parameter affects results. It simply says 'Fetch available locales' without mentioning the publishable filter or any return details, leaving the agent under-informed for a complete invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for the single optional parameter, and the schema description clearly explains 'Filter to only published locales'. The tool description does not add any parameter information, but per the baseline for high schema coverage, this is acceptable.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the action ('Fetch') and resource ('available locales') with context ('for the store'). It distinguishes itself from sibling locale-related tools like publish_locale or get_translations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives. The description does not mention the optional publishable parameter or provide any context about scenarios where this tool is appropriate, leaving the agent to infer usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/UVU-Store/shopify-graphql-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server