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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchTaxGuidesB

Search the GoodVAT tax guides for technical tax guides, state laws, and VAT regulations.

validateEuVatNumberB

Validate an EU VAT number against the official European Commission VIES database.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one for searching tax guides and one for validating EU VAT numbers. There is no overlap or ambiguity.

Naming Consistency5/5

Both tools use consistent camelCase naming with a verb_noun pattern (searchTaxGuides, validateEuVatNumber), making the pattern predictable.

Tool Count2/5

With only two tools, the server feels thin for a domain like tax and VAT, which typically requires more functionality such as tax rate lookups, guide retrieval, or bulk validation.

Completeness2/5

The tool set is incomplete for the domain: it lacks tools for retrieving specific guide content, searching by tax type, or handling non-EU VAT numbers, leaving significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues