Skip to main content
Glama

Set your business details

business_set

Store the sender details printed on every proposal, contract and letter, plus the currency, VAT, terms and prefix defaults. It writes the SAME shared profile as the invoice server's business_set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vatNoAlias for default_tax_rate
bankNoBank name / BIC
ibanNoIBAN or account number for payment
nameYesYour business or freelancer name, printed on the letterhead of every proposal, contract and letter
emailNoYour own email address, printed on every letterhead. Leave it out unless the user gave it: a document that shows an address nobody supplied is worse than one that shows [add: email]
phoneNoYour own phone number. Same rule as email: only if the user gave it
vat_idNoVAT / tax registration id
addressNoPostal address, newlines allowed
tax_rateNoAlias for default_tax_rate
timezoneNoIANA zone you work in, e.g. Europe/Warsaw. Shared with time-tracker and timezone as your home zone
vat_rateNoAlias for default_tax_rate
logo_pathNoPath to a PNG or JPG logo for the letterhead (Pro)
brand_colorNoLetterhead colour as a hex code, e.g. 1F3864 (Pro)
invoice_prefixNoReference prefix used by mcp-invoice; this profile has the same field shape as mcp-invoice, so one profile serves both
default_currencyNoISO code, e.g. EUR, USD. Default EUR
default_tax_rateNoDefault VAT percent, quoted on proposals
payment_terms_daysNoDefault days until payment is due. Default 14

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already signal that this is a mutating, non-idempotent operation. The description adds useful context by stating it writes the same shared profile as the invoice server's business_set, which warns of cross-tool side effects. It does not explain partial-update vs full-replace behavior, but the annotation coverage lowers the burden.

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?

Two sentences, no filler. The first sentence front-loads the primary purpose and scope; the second adds the crucial shared-profile side effect. Every sentence earns its place.

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?

For a 17-parameter configuration tool, the description is fairly complete at the conceptual level: it identifies what is stored, where it appears, and that it is shared with another system. The schema covers parameter-level detail, and no output schema exists, so the description does not need to describe return values. A small gap is the lack of explicit overwrite/merge semantics, but the shared-profile note mitigates that.

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

Parameters3/5

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

Schema description coverage is 100%, so the parameter details are already well documented. The description adds a useful high-level grouping ('currency, VAT, terms and prefix defaults') and the shared-profile relationship, but it does not need to repeat the schema's per-field explanations. Baseline 3 is appropriate.

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 names a specific action ('Store') and a specific resource ('sender details printed on every proposal, contract and letter, plus currency, VAT, terms and prefix defaults'). It also differentiates the tool by noting it writes the same shared profile as the invoice server's business_set, which separates it from the document-generation sibling tools.

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

Usage Guidelines3/5

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

The description implies when to use the tool: before generating proposals, contracts, or letters, to set sender details and defaults. However, it does not explicitly state when not to use it or name alternative tools for similar tasks, so usage guidance is mostly implicit rather than direct.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.