Skip to main content
Glama

seo-audit

get_my_store_audit

Get the user's OWN connected Shopify store audit — the deep 12-category report Inxy runs INSIDE the app using the store's real catalog, performance and analytics (technical, performance, on-page, schema, AEO, analytics, e-commerce, etc.) — far beyond what crawling a URL can see. Takes no url. Needs an Inxy API key (free at inxy.ai → Settings) + a connected store: pass the key either as Authorization: Bearer inxy_sk_… or as the api_key argument.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoYour Inxy API key (inxy_sk_…). Optional if already sent as an Authorization: Bearer header.

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden and does real work: it reveals authentication requirements (API key via Bearer header or api_key argument), the prerequisite of a connected store, and the internal nature of the audit using real catalog, performance, and analytics data. It does not discuss side effects, but the 'Get ... audit' phrasing implies a read-only operation and the auth mechanics are transparently documented.

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 information-dense and front-loaded with the core purpose, followed by the key differentiator and authentication details. Each sentence earns its place, though the phrase 'far beyond what crawling a URL can see' is slightly promotional and overlaps with the more concrete 'Takes no url' statement. Overall it remains well-structured and scannable.

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

Completeness4/5

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

For an audit tool with one optional parameter, no output schema, and no annotations, the description covers the essential invocation context: what the audit covers, the prerequisite connected store, the API key requirement, and the accepted authentication methods. It does not explain the response format or error behavior, but the request itself is fully specified and an agent has enough to call the tool correctly.

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?

The single optional api_key parameter is already well documented in the schema, including the inxy_sk_ prefix and the Bearer-header alternative. The description adds the key's source ('free at inxy.ai → Settings') and reinforces the two ways to pass it, but this is marginal value beyond what the schema already states. Since schema coverage is 100%, the baseline of 3 is appropriate.

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?

The description states a specific verb and resource: 'Get the user's OWN connected Shopify store audit' and identifies it as a deep 12-category in-app report. It distinguishes the tool from URL-crawl-based audits by saying it goes 'far beyond what crawling a URL can see' and explicitly 'Takes no url.' This makes the tool's purpose unambiguous and separates it from siblings like full_seo_audit.

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

Usage Guidelines4/5

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

The description provides clear context for when to use it: for the caller's own connected Shopify store, not a public URL, and only with an Inxy API key and connected store. It does not explicitly name an alternative tool or state a when-not-to-use condition, but the prerequisites and 'Takes no url' caveat effectively tell an agent when this tool is appropriate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation4/5

The two URL-audit tools overlap in inputs and outputs, but ai_search_diagnostic is explicitly scoped to AI-search readiness while full_seo_audit covers the whole SEO surface, and both descriptions point to each other for the appropriate case. get_my_store_audit, email_seo_report, and subscribe_to_inxy are each clearly distinct actions.

Naming Consistency3/5

All names use snake_case, but they do not follow a uniform verb_noun pattern: ai_search_diagnostic and full_seo_audit are noun phrases, get_my_store_audit uses a get_ prefix, email_seo_report is imperative-looking, and subscribe_to_inxy uses a preposition. The names remain readable but an agent cannot predict the naming convention from one tool to the next.

Tool Count5/5

Five tools is a well-scoped set for a focused SEO-audit server: two URL-audit depths, one connected-store audit, one report delivery, and one subscription workflow. Each tool has a clear role without padding or missing core functionality.

Completeness4/5

The core auditing workflow is covered: run an AI-search or full audit, run a deeper connected-store audit, and receive the complete written report. Minor gaps exist, such as no way to list past audits or fetch a full report synchronously without email, but agents can complete the primary task end-to-end.