Skip to main content
Glama
DarkhorseOne

companies-house-mcp

by DarkhorseOne

search_companies

Search for UK companies by name or keyword using the Companies House register. Get a list of matching companies for further lookup.

Instructions

Search for UK companies by name or keyword

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query for company name or keyword
items_per_pageNoNumber of results to return (default: 20)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the search scope and does not mention pagination, result format, rate limits, or read-only nature, leaving significant uncertainty for the agent.

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 a single, front-loaded sentence with no filler. It directly states the core function and is appropriately sized for a simple search tool.

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

Completeness2/5

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

With no output schema and only a minimal description, the agent cannot infer the return structure, pagination behavior, or what fields are included in results. The description fails to provide essential context for a complete understanding of the tool.

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 fully describes both parameters (query and items_per_page). The description's 'by name or keyword' mirrors the query parameter description, adding no substantial meaning beyond the schema. 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 clearly specifies the verb 'search', the resource 'UK companies', and the scope 'by name or keyword'. This distinguishes it from sibling tools like get_company_profile, which retrieve specific data for known companies.

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 its use for finding companies by name or keyword, but it does not explicitly state when to prefer this over alternatives (e.g., when the company number is unknown) or provide exclusions. The context is clear but lacks direct guidance.

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/DarkhorseOne/companies-house-mcp'

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