Skip to main content
Glama
kaylum54

companies-house-screening-mcp

by kaylum54

Get an officer’s appointments

get_officer_appointments
Read-onlyIdempotent

Reveal all current and past appointments for an officer to uncover undeclared shared directorships across a board and spot histories of dissolved companies.

Instructions

Every company an officer is or has been appointed to. This is the conflict-of-interest and director-network tool: run it across a board to find the shared directorship nobody declared, or across one person to see whether they have a history of dissolved companies. Needs an officer_id, which comes from get_officers or find_officer and never from a name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoAlso return the untouched Companies House payload under `raw`, alongside the shaped result. Roughly two and a half times the size; use it only when a field you need is missing from the shaped result.
officer_idYesOfficer identifier from get_officers or find_officer, not a person’s name.
start_indexNoZero-based offset into the full result set. Use pagination.has_more to decide.
items_per_pageNoHow many records to return. Defaults to the API default; the maximum is 100.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoThe untouched Companies House payload. Present only when verbose was true.
metaYesProvenance and budget for this answer.
nameNo
officer_idYes
paginationYesWhere this page sits in the full result set.
appointmentsYes
date_of_birthNo
active_appointment_countYesDerived from the returned page, not the whole set.
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the read-only and safe nature is clear. The description adds useful behavioral context beyond annotations, including that the result includes current and past appointments, which makes it suitable for conflict-of-interest checks.

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 compact but information-dense. It front-loads the purpose, gives concrete example use cases, and ends with the critical parameter caveat. Every sentence contributes.

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?

The tool is a read-only list endpoint with a full output schema and fully documented parameters, so the description need not explain return values. It covers the key use cases and the source of officer_id. Pagination is not explicitly mentioned in the description, but the schema fully covers start_index and items_per_page.

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 four parameters. The description still adds value by emphasizing the provenance and non-name nature of officer_id, which is the most likely source of agent error.

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 states a clear verb and resource: every company an officer is or has been appointed to. It also differentiates the tool from siblings by naming it the conflict-of-interest and director-network tool, and the title directly matches the function.

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?

It explicitly tells the agent when to use this tool: across a board to find undisclosed shared directorships, or across one person to check for a history of dissolved companies. It also warns that officer_id must come from get_officers or find_officer and never from a name, providing clear routing guidance.

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

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

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