Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AVMS_API_KEYYesYour AuraVMS API key, created at app.auravms.com under Settings > API Keys

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_suppliersA

Search or list suppliers in the AuraVMS account. Use before add_supplier (supplier emails are unique) and to collect supplier UUIDs for create_rfq.

add_supplierA

Add a new supplier to the AuraVMS account. Searches for the email first (supplier emails are unique — re-adding an existing vendor fails). Returns the supplier UUID to use in create_rfq.

create_rfqA

Create an RFQ in AuraVMS. SAFETY: by default this saves a DRAFT and emails nobody. Pass send:true ONLY after the user has explicitly confirmed — sending emails a zero-signup quote link to every invited supplier. Supplier IDs come from list_suppliers / add_supplier.

list_rfqsA

List RFQs (filter by status open/closed, search, paginate). Pass rfq_id to get one RFQ's items and per-supplier response status (has_responded / is_declined — answers 'who hasn't responded?'). Item ids feed get_quotes.

get_quotesA

Pull all supplier quotes for one RFQ line item, with AuraVMS's native L1/L2/L3 price ranking (L1 = lowest quoted price). Returns per-supplier price, lead time, remarks, response_id (needed by place_order) and rank_label. L1 is price-only — still weigh lead time, payment terms and deviations before recommending an award.

place_orderA

Place the purchase order on a winning quote. SAFETY: this is a purchase commitment and emails a PO to the supplier — it refuses unless confirm:true is passed after the user has explicitly approved this exact order. bought_quantity/bought_price default to the quoted values; only override deliberately (negotiated price, split award).

send_remindersA

Email a reminder to suppliers who haven't responded to an RFQ. Omit supplier_ids to remind all non-responders. SAFETY: throttled to once per RFQ per 24 hours — chasing more often weakens the buyer's position.

close_rfqA

Close an RFQ once awards are placed (or the sourcing round is abandoned). Suppliers can no longer submit quotes after closing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dann26parr69/auravms-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server