Skip to main content
Glama
loldwyer

Red MCP Server

by loldwyer

brc_list_vat_rates

Retrieve VAT rates categorized by Sales or Purchase type to use the correct rate for sales invoices or credit notes. Cross-reference with VAT categories to distinguish between sales and purchase rates.

Instructions

Lists BRC VAT rates. Each rate belongs to a VAT category via vatCategoryId (for example Sales, Purchases for Resale, Purchases not for Resale). For a sales invoice or sales credit note line, use a VAT rate whose vatCategoryId is a Sales VAT category, even if a purchase rate has the same percentage. Cross-reference brc_list_vat_categories to group rates by Sales vs Purchase category before choosing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
pageNo
skipNo
filterNoOptional OData $filter expression, only if this endpoint supports filtering.
orderByNoOptional OData $orderby expression, only if this endpoint supports ordering.
pageSizeNo
companyNameYesCompany context name, for example YOUR-COMPANY-NAME.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must bear the burden of behavioral transparency. It implies read-only behavior (listing) but does not explicitly state safety, permissions, or side effects. It is adequate but lacks explicit disclosure for a tool with no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each earning its place: purpose, structure, usage guidance. No fluff, front-loaded with the action. Exceptionally concise and well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, so the description should help the agent understand what data will be returned. It provides strong context on how to use the rates (Sales vs Purchase) but does not describe the response fields (e.g., percentage, vatCategoryId values). Still, the usage guidance is very helpful, leaving only minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 7 parameters with 43% coverage; the description does not add meaning to any parameter except indirectly referencing vatCategoryId (which is not a parameter of this tool). It misses an opportunity to explain parameters like top, page, skip, pageSize.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it 'Lists BRC VAT rates' and explains the relationship to VAT categories via vatCategoryId. It distinguishes itself from the sibling tool brc_list_vat_categories by cross-referencing it, and the verb 'lists' is precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when to use a Sales VAT category rate for sales invoices/credit notes, and when not to use purchase rates even if same percentage. It also instructs to cross-reference brc_list_vat_categories to group rates by Sales vs Purchase before choosing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/loldwyer/Red'

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