get_store
Get a public Mystoq store by its slug: name, wilaya, storefront URL, plan tier and member-since. Public info only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Store slug, e.g. "islem-uk". |
Get a public Mystoq store by its slug: name, wilaya, storefront URL, plan tier and member-since. Public info only.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Store slug, e.g. "islem-uk". |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly=true and idempotent=true. The description adds that only public info is returned, which is a useful behavioral constraint beyond annotations. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is front-loaded and contains no extraneous information. Every part is necessary.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple retrieval tool with one parameter and no output schema, the description provides all necessary context: purpose, input, and returned fields. The public info note further clarifies scope.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% coverage with a clear description. The tool description reiterates the slug parameter but adds no new semantics beyond stating 'by its slug'. Baseline score appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves a public Mystoq store by slug and specifies the fields returned. It distinguishes from siblings like search_stores by being single-store specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for fetching a single store by slug but does not explicitly mention when to avoid it (e.g., for private info) or compare with sibling search_stores. Guidance is adequate but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a specific function with clear boundaries. No two tools overlap in purpose.
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.
12 tools cover product management, store creation, search, and analytics without being overwhelming. The count feels right for the domain.
Missing essential operations like listing products, reading product details, updating stores, or managing orders. Gaps hinder core workflows.