Skip to main content
Glama

PepEvolution Peptide Sources

check_vendor

Read-onlyIdempotent

Check if a research-peptide vendor is legit, a scam, or safe to buy from. Given a vendor name or slug (fuzzy, case-insensitive), returns PepEvolution's independent audit: PepScore grade + band, lab-verified COA status, a short audit summary of red/green flags, a disclosed buy link (tracked when affiliate) and any coupon, or a clear "not evaluated" result. Use for "is [vendor] legit", "[vendor] review", "[vendor] scam".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesVendor name or slug, e.g. "Peptide Plugs", "biolongevity-labs"

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering safety. The description adds meaningful behavior details: fuzzy case-insensitive input matching, return components (PepScore, lab-verified COA, red/green flags, affiliate-tracked link, coupon), and the 'not evaluated' fallback. No contradiction with annotations.

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?

Three tight sentences: the first states the core purpose, the second lists output specifics, the third gives usage examples. No redundant phrasing, front-loaded with the main action, and every sentence contributes.

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?

For a tool with one simple parameter, strong readOnly/idempotent annotations, and no output schema, the description is complete: it covers action, input, output fields, and when to use. It even includes the 'not evaluated' result, leaving few ambiguities.

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 description coverage is 100% for the single 'name' parameter with an example. The description adds semantic value by noting the input is fuzzy and case-insensitive, which is not present in the schema, enhancing understanding beyond the basic example.

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 tool checks vendor legitimacy (legit, scam, safe) and details the audit output (PepScore, COA, audit summary, buy link, coupon). This specific verb+resource framing distinguishes it from sibling tools like find_peptide_sources and list_verified_vendors.

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 says 'Use for' and gives concrete query examples ('is [vendor] legit', '[vendor] review', '[vendor] scam'), providing clear when-to-use context. It does not explicitly mention alternatives or when-not-to-use, but the usage scope is well-defined.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct task: checking a specific vendor, finding sources for a specific peptide, and listing all verified vendors. No overlap in purpose or intended use case.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (check_vendor, find_peptide_sources, list_verified_vendors), making the API predictable and easy to navigate.

Tool Count5/5

Three tools is well-scoped for this domain, each covering a core need without redundancy or unnecessary bloat.

Completeness5/5

The set covers the full workflow: looking up a vendor's legitimacy, finding sources for a compound, and browsing the full list of vetted vendors. No obvious dead ends or missing operations.

Resources