Skip to main content
Glama

Get a whole company in one request

get_bundle

Get several views of one UK company in a single request: profile, ECCTA compliance, financials, PSCs and directors. Prefer this over calling get_company, get_compliance, get_financials, get_psc and get_directors separately - it returns the same data for one API call and one credit instead of five, and in a single round trip. Pass include to fetch only the sections you need; omit it to get all five. The profile is always returned. Partial results are normal and are not errors: any section can come back null when it is unavailable for that company or not included in the caller's plan - financials are null for a company that has filed no machine-readable accounts, and compliance requires a Pro plan. Report a null section as 'not available', never as a failed lookup or as an absence of the underlying fact. Only a missing company is an error, and that is a 404. Each section carries exactly what its own endpoint returns, including ECCTA verification_status on individuals, so the pending-versus-overdue rules apply here too.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNoSections to fetch. Omit for all five. Valid values: profile, compliance, financials, psc, directors. The profile is always included regardless.
company_numberYesCompanies House company number, e.g. '00445790' for Tesco PLC. Numeric-only numbers should be zero-padded to 8 digits.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral burden and does so thoroughly: partial results are normal, sections may be null for plan or data reasons, compliance requires a Pro plan, financials can be null when no machine-readable accounts exist, verification_status semantics carry over, and only a missing company is an error. This gives a complete null/error handling model.

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?

The description is long but front-loaded with the core purpose, and every subsequent sentence earns its place by addressing an operational concern such as credits, nulls, plan restrictions, and 404s. It is dense with actionable guidance rather than filler.

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

Completeness5/5

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

Despite having no output schema, the description compensates by specifying what each section contains, how nulls should be reported, how plan restrictions affect results, and what constitutes an actual error. An agent has enough context to invoke the tool correctly and interpret responses.

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?

The schema already documents both parameters at 100% coverage, including valid include values, omission behavior, and the profile-always-included rule. The description restates this guidance but adds no new parameter-level meaning beyond what the schema provides.

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?

States a specific verb ('Get') and resource ('several views of one UK company in a single request'), and enumerates the five sections. It clearly distinguishes itself from get_company, get_compliance, get_financials, get_psc, and get_directors by framing itself as the batched alternative.

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 says to prefer this tool over the five sibling endpoints when multiple views are needed, explaining the benefits: one API call, one credit, one round trip. It also instructs when to pass or omit include, and tells the agent how to distinguish null sections from a genuine 404 missing-company error.

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

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct aspect of UK company data: search, profile, officers, financials, PSC register, PSC chain, network, and compliance status. The overlapping-sounding tools (get_psc vs get_psc_chain) are clearly differentiated by one being the immediate register and the other the recursive ownership chain.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case: search_company and get_<resource> (company, compliance, directors, financials, network, psc, psc_chain). The compound get_psc_chain still fits the pattern and is predictable.

Tool Count5/5

8 tools is well-scoped for a UK company intelligence server. Each tool covers a major data domain (search, profile, people, finances, ownership, network, compliance) without unnecessary redundancy or bloat.

Completeness4/5

The tool surface covers the core lifecycle for company due diligence: search, profile, directors, financials, PSC, and beneficial ownership chain. Minor gaps like filing history or charges are absent, but the server's apparent purpose (KYB/AML and company insight) is well served.