Skip to main content
Glama

PepEvolution Peptide Sources

find_peptide_sources

Read-onlyIdempotent

Find where to buy a peptide online from vetted, third-party-tested vendors. Given a peptide or compound name (e.g. BPC-157, tirzepatide, semaglutide, retatrutide, TB-500), returns independently graded vendors ranked by lab-verified Certificate of Analysis (COA) quality, with PepScore purity grades, coupon codes, and disclosed referral purchase links. Use for "where can I buy X", "best source for X", "which peptide vendor is trusted for X". Fuzzy, case-insensitive matching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compoundYesCompound name or slug, e.g. "BPC-157", "tirzepatide"

TDQS

A4/5.0
Behavior4/5

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

Annotations declare readOnly and idempotent hints, and the description adds behavioral details beyond those, such as fuzzy case-insensitive matching, ranking by COA quality, and disclosed referral links. This enriches the agent's understanding without contradicting annotations.

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 three sentences, each providing distinct value: core purpose, output specifics, and usage examples. It is not overly verbose, but could be slightly more compact by trimming redundant qualifiers like 'vetted' and 'third-party-tested' in sequence.

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 tool with one parameter and no output schema, the description is complete: it explains what the tool returns, how parameters are matched, and what use cases it serves. It lacks nothing essential, though it does not elaborate on the ranking algorithm or page size, which are minor.

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?

The schema already describes the 'compound' parameter with examples, but the description adds interpretation guidance with "Fuzzy, case-insensitive matching" and a broader set of examples. This adds meaning beyond the schema, though the schema coverage is already high.

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 clearly states the tool finds where to buy a peptide online from vetted vendors, with specific output details (ranked vendors, COA quality, PepScore, links). However, it does not explicitly distinguish this from sibling tools like check_vendor or list_verified_vendors, so it misses the full 5 criterion.

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 provides use cases: "where can I buy X", "best source for X", and "which peptide vendor is trusted for X". This gives clear context for when to use the tool, but it does not mention alternatives or exclusions, so it stops short of a 5.

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