Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_available_toolsA

Live VectorSmith catalog from the current tools.yaml, including tools saved after this chat started. Claude Desktop freezes the named connector list at connect — call this before saying a tool is missing, then invoke with run_tool.

run_toolA

Run any VectorSmith tool by name with its arguments from list_available_tools. Use this for tools added to tools.yaml after Claude connected; Desktop will not show those names in the connector list.

search_invoicesA

Search invoices by free text and filter by client, status, or amount. Use when the user asks about invoices, billing, or payments.

get_invoiceA

Fetch one invoice by invoice_id (for example INV-0001). Use when the user already has the invoice number.

count_invoicesA

Count invoices matching optional client and status filters. Use when the user asks how many invoices there are.

list_overdue_invoicesA

List overdue invoices only, optionally filtered by client or minimum amount. Use when the user asks which invoices are overdue or past due.

search_paid_invoicesA

Search invoices that are already paid, optionally by client or amount. Use when the user asks about paid invoices or completed payments.

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/kjgpta/vectorsmith'

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