goodvat
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
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.
Both tools use consistent camelCase naming with a verb_noun pattern (searchTaxGuides, validateEuVatNumber), making the pattern predictable.
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.
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.