Skip to main content
Glama

get_low_stock_alerts

Get low-stock reorder alerts with product details, SKU, suggested reorder quantity, and recommended supplier for timely inventory restocking.

Instructions

Return current low-stock reorder alerts from VNDLY. Each alert shows the product, SKU, suggested reorder quantity, and recommended supplier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of alerts to return (default: 30, max: 50).
Behavior3/5

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

Annotations are absent, so the description carries the burden. It adds context by stating the alerts are 'current' and enumerates the returned fields, implicitly conveying a read-only operation. However, it does not explicitly state safety, authentication requirements, or any side effects, leaving some ambiguity.

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: two sentences with no redundant information. It front-loads the purpose and then lists the returned data fields, making every word valuable.

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 a simple retrieval tool with one optional parameter and no output schema, the description covers what the tool does and the content of each alert. It could benefit from a note on ordering or default behavior, but it is sufficiently complete for its complexity.

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 already provides full documentation for the only parameter, 'limit', with default and max values. The description does not add any additional meaning to the parameter, so the baseline score 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 uses the specific verb 'Return' and names the resource 'low-stock reorder alerts' from VNDLY. It clearly distinguishes from siblings like search_products and list_orders by focusing on alerts, making the purpose unambiguous.

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 gives no explicit guidance on when to use this tool versus alternatives. It only implies usage for retrieving low-stock alerts, but does not mention exclusions or compare to sibling tools, so usage context is minimal.

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/coburn2716/vndly-mcp'

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