Skip to main content
Glama
aleccritser

storelink-mcp

by aleccritser

list_stores

List all StoreLink stores with ID, name, city, country code, and active status. Provide a reason to meet audit requirements.

Instructions

List all StoreLink stores (id, name, city, country code, active flag).

Args: reason: Why you are listing stores (required for audit).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose behavioral traits itself. It mentions the reason parameter is 'required for audit', which implies logging side effects, but it doesn't describe authentication needs, rate limits, or whether the operation is strictly read-only. 'List' implies a safe read, but more detail would improve transparency.

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 extremely concise and front-loaded with the core purpose. The 'Args' line adds necessary parameter info without any fluff. Every sentence earns its place.

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

Completeness5/5

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

The tool is simple (one parameter, no nested objects) and has an output schema, so the description doesn't need to detail return values. It provides the required parameter's purpose, the tool's scope, and the key fields. This is sufficient for correct invocation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It fully explains the only parameter: 'reason: Why you are listing stores (required for audit).' This adds meaning beyond the schema, clarifying both purpose and requiredness.

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 starts with a clear verb and resource: 'List all StoreLink stores' and enumerates the fields returned (id, name, city, country code, active flag). This distinguishes it from sibling tools like get_store, which targets a single store, and the replenishment tools.

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

Usage Guidelines3/5

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

The description implies this is for listing all stores, but it does not explicitly state when to choose this over alternatives or mention any exclusions. The 'all' qualifier suggests bulk retrieval, but there is no direct guidance on when to use this vs. get_store or the replenishment tools.

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/aleccritser/storelink-mcp'

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