Skip to main content
Glama
SamuelBalbas

tryton-stock-mcp

by SamuelBalbas

search_reference_globally

Find any textual reference across approved stock-audit models to trace products, lots, locations, or movements. Supports optional model filters and limits for targeted read-only auditing.

Instructions

Search a textual reference across the approved stock-audit models.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
modelsNo
referenceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It clarifies that this is a read-oriented search operation and that it is limited to 'approved stock-audit models,' which is useful context. However, it does not explain matching behavior, how the models parameter affects scope, or any other operational details.

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 one tight sentence with no filler, front-loading the action and scope. It is concise and readable, though it sacrifices richness that might have helped parameter understanding.

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

Completeness2/5

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

Given no annotations, 0% parameter coverage, and three parameters including the non-obvious 'models' array, the description is too thin to fully equip an agent. The output schema may cover return shape, but usage, parameter semantics, and sibling differentiation remain incomplete.

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

Parameters2/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 for the parameters. It only implicitly covers 'reference' via 'textual reference' and says nothing about 'limit' or 'models,' leaving the agent without meaning beyond the raw schema names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Search' with the resource 'a textual reference' and the scope 'across the approved stock-audit models.' It communicates a clear search operation and distinguishes itself from entity-specific siblings like search_products or search_lots by the 'globally' scope, though 'approved stock-audit models' remains somewhat vague.

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 phrase 'across the approved stock-audit models' implies when the tool is useful, but it provides no explicit guidance about when to choose this global search over specific sibling searches, nor does it state any exclusions or preferred alternatives.

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