Skip to main content
Glama

Vendor Legit Check

vendor_legit_check

Screen a vendor, store, or group-buy (by name or URL) for legitimacy before paying. Returns a reputation read, a red-flag checklist (e.g. no MOQ disclosed, brand-new vendor), and Reddit community sentiment. Use this to assess scam/non-delivery risk for a hobby/collectibles purchase or group buy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesVendor, store, or group-buy name or URL, e.g. 'novelkeys' or a Kickstarter link.
redditNoInclude live Reddit sentiment (default true). Set false for a faster, lighter check.

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description must disclose behavior. It states what is returned but does not explicitly mention that the tool is read-only or any side effects. The implied usage suggests it is safe, but transparency could be improved.

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 concise with two sentences. The first covers action and output, the second provides usage context. No unnecessary words.

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 no output schema or annotations, the description adequately covers the return value and usage scenario. It lacks details on error conditions or limitations, but it is sufficient for a simple tool.

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

Parameters4/5

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

Schema coverage is 100%, and the description adds value by providing examples for 'query' ('e.g. 'novelkeys' or a Kickstarter link') and explaining the 'reddit' parameter's effect ('Includes live Reddit sentiment (default true). Set false for a faster, lighter check.').

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 clearly states the verb 'Screen' and the resource 'vendor, store, or group-buy', specifying the action and target. It also lists the outputs (reputation read, red-flag checklist, Reddit sentiment), providing a clear purpose.

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 explicitly tells when to use the tool: 'Use this to assess scam/non-delivery risk for a hobby/collectibles purchase or group buy.' This provides clear context, though no alternative tools exist to differentiate.

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

A4.2/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion with other tools.

Naming Consistency5/5

Single tool name 'vendor_legit_check' follows a clear verb_noun pattern, consistent within itself.

Tool Count3/5

One tool is borderline thin for a server; while it packs multiple functions, the count is at the low end of reasonable.

Completeness4/5

The tool covers the core need of screening vendors with reputation, red flags, and sentiment. Minor gaps (e.g., no follow-up actions) but complete for a single-purpose check.

Resources