Skip to main content
Glama

Red by Big Red Cloud

Get Company Reference Settings

brc_get_company_reference_settings
Read-only

Returns quote and transaction reference settings. An Unknown quote-reference setting does not establish automatic reference generation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeRawNoIf true, includes the raw BRC company setup record for operator review. Customer-facing responses should normally leave this false.
companyNameYesCompany context name, for example YOUR-COMPANY-NAME.
connectionRefNoOpaque Red connection reference returned by brc_confirm_company_connection. Pass this exact value on every later tool call when the MCP client rotates session ids (for example Vibe/Mistral). Keep reusing the same connectionRef after successful tool calls — do not start a new connection because a lookup returned empty or partial data. It is not an API key and does not contain credentials.

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds a genuine behavioral disclosure: an Unknown quote-reference setting does not establish automatic reference generation. This is exactly the kind of edge-case behavior an agent couldn't infer from annotations or schema, and it prevents misinterpretation of returned settings. The includeRaw parameter description also clarifies operator versus customer-facing use, which is behavioral context beyond basic safety.

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

Conciseness4/5

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

Two sentences, front-loaded with the primary purpose, followed by a concise behavioral caveat. No wasted words. Slightly more could be packed in about related tools, but the length is appropriate for a simple read operation.

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 read-only tool with no output schema and a 100% schema-covered parameter set, the description covers the essential behavior and the critical edge case (Unknown reference settings). The connectionRef reuse guidance lives in the schema, so it's not missing. It doesn't describe the return shape, but with no output schema and a simple settings lookup, the main risk — misinterpreting Unknown as automatic generation — is explicitly addressed.

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

Parameters4/5

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

Schema description coverage is 100%, so the schema already documents all three parameters well. However, the description adds value on the connectionRef parameter by explaining the opaque nature, session-id rotation behavior, and reuse guidance — details not present in the schema's terse 'Opaque Red connection reference' text. The includeRaw guidance about customer-facing responses is also in the schema, so the description's contribution is mainly around connectionRef semantics, which pushes it above baseline 3.

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

Purpose4/5

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

The description states a specific verb ('Returns') and resource ('quote and transaction reference settings'), clearly distinguishing this from sibling tools like brc_get_company_processing_settings or brc_list_company_settings. It doesn't explicitly name a sibling, but the resource scope ('reference settings') is specific enough. The second sentence about Unknown quote-reference settings adds meaningful behavior detail.

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 it (when you need quote/transaction reference settings), but does not explicitly say when not to use it or name alternatives like brc_get_company_processing_settings or brc_check_transaction_settings. The sibling list includes several settings-related tools, so some exclusion guidance would help, but the resource naming is fairly clear.

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.

TDQS

B3.2/5.0
Disambiguation4/5

Most tools have a clear single resource-and-action focus, and the systematic naming helps an agent separate create/get/update/delete/list operations. The main confusion risks are the help/search cluster (red_help, find_help_resources, get_help_resource_details) and the payment/cash-payment/batch-payment variants, which require careful reading of the descriptions to avoid misselection.

Naming Consistency4/5

The brc_ prefix with snake_case verb_noun naming is used consistently across the vast majority of tools, e.g. brc_list_customers, brc_create_sales_invoice, brc_delete_purchase. A few noun-style names like brc_company_readiness_check, brc_grouped_nominal_accounts_report, and brc_red_help break the pattern, but these are minor deviations.

Tool Count1/5

159 tools is an extreme count for an MCP server, well beyond the 50+ threshold described as an extreme mismatch. While the accounting domain is broad, the surface is inflated by batch variants, generated-reference variants, and without-dormant list variants that could be consolidated.

Completeness4/5

Core accounting entities have strong lifecycle coverage: customers, suppliers, products, sales reps, bank accounts, quotes, sales invoices/entries/credit notes, purchases, payments, cash receipts, accruals, prepayments, and nominal journal batches all support relevant CRUD and batch operations. Minor gaps include the quote update being limited to the reference only, no update/create tools for VAT categories or company settings, and email sending being limited to quotes, invoices, and statements.