Skip to main content
Glama
jacwalste

VendorOps MCP

by jacwalste

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VENDOROPS_DB_PATHNoPath to the SQLite database file. By default, VendorOps creates data/vendorops.db and seeds it with 30 synthetic vendors.data/vendorops.db

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_vendorsA

Search vendor records by a name, category, or owner substring. Optionally filter by exact category or vendor status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there are no overlapping purposes or ambiguity. The tool clearly defines its own scope.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (search_vendors), which is consistent and predictable.

Tool Count2/5

The server name VendorOps implies broader vendor management, but only one search tool is provided. This is too few for the apparent scope, leaving the toolset feeling thin.

Completeness1/5

The toolset covers only searching vendors, with no create, update, delete, or other lifecycle operations. This is a severe gap for a vendor operations server.

Maintenance

ActivitySlowing
ResponsivenessNo issues