Skip to main content
Glama

create_store

Register a NEW Mystoq store (tenant). Returns the store id, slug and an access token. No auth needed. WRITE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesStore name.
slugNoDesired store address, the <slug>.mystoq.com part. Optional: derived from the store name when omitted. Latin letters, digits and hyphens, 3-30 chars.
emailYesOwner email.
phoneYesOwner phone in Algeria (e.g. 0555123456). Required — a cash-on-delivery store cannot take an order without one.
passwordYesAccount password (min 8).
wilaya_idNoWilaya code 1-69 (optional).

TDQS

A4.2/5.0
Behavior4/5

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

Annotations indicate a write operation (readOnlyHint=false). The description adds value by specifying 'No auth needed' and the return payload (store id, slug, access token), which are not covered by annotations. No contradiction with annotations.

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

Conciseness5/5

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

The description is compact, with only two sentences and no fluff. It states the purpose, key return values, and auth requirement efficiently. Every token carries information.

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?

Given six parameters and no output schema, the description adequately covers the core behavior, return values, and auth. It doesn't describe error cases or exact response format, but provides enough for a straightforward registration tool.

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 input schema provides 100% parameter descriptions, so the description does not need to elaborate on parameters. Baseline 3 applies; the description adds no parameter-specific meaning beyond the schema.

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 explicitly states 'Register a NEW Mystoq store (tenant)' with a clear verb and resource. It distinguishes from siblings like create_product and get_store by specifying the store registration action and tenant context.

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 clearly implies usage for creating a new store and notes 'No auth needed,' which is a usage condition. It does not explicitly exclude alternatives, but the sibling tools are distinct enough that the context is clear.

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

A3.9/5.0
Disambiguation5/5

Each tool targets a specific function with clear boundaries. No two tools overlap in purpose.

Naming Consistency4/5

Most tools follow verb_noun pattern (e.g., create_product, delete_product), but some are noun_noun (cod_profit, order_risk) and 'publish' is a bare verb, causing minor inconsistency.

Tool Count5/5

12 tools cover product management, store creation, search, and analytics without being overwhelming. The count feels right for the domain.

Completeness2/5

Missing essential operations like listing products, reading product details, updating stores, or managing orders. Gaps hinder core workflows.

Resources