Skip to main content
Glama

PromptFiling — UK company deadlines

Check a UK company's filing deadlines

check_company_deadlines
Read-only

Look up a UK limited company by company number (preferred — e.g. 01234567 or SC123456) or by name, and get its statutory Companies House deadlines: when annual accounts and the confirmation statement are due, days remaining, the automatic late-filing penalty for accounts, and dormancy signals from the public register. Free, no account; data from the official Companies House register.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesCompany number (8 digits, or 2 letters + 6 digits) or a company name to search

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare read-only and open-world hints; the description adds genuine behavioral context: it specifies the official external register as data source, notes it is free/no-account, and enumerates returned signals including automatic penalties and dormancy. No contradiction with annotations.

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 with a front-loaded action and resource. Every clause adds information: lookup methods, deadline outputs, penalty/dormancy signals, and access constraints.

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?

For a single-parameter read-only lookup with no output schema, the description enumerates the main returned values and provides data-source and cost/access context. This is sufficient for an agent to decide and invoke.

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?

The schema fully documents the single 'query' parameter, so the baseline is 3. The description adds value beyond the schema by indicating company number is preferred, providing format examples (01234567 or SC123456), and allowing name searching.

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 names a specific verb ('Look up') and resource ('UK limited company', 'Companies House deadlines') and lists concrete details (accounts, confirmation statement, days remaining, penalty, dormancy signals). It doesn't explicitly differentiate from the sibling tool uk_late_filing_penalties, but its focus on statutory deadlines and dormancy makes the primary purpose clear.

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

Usage Guidelines4/5

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

It provides clear usage context: inputs can be a company number (preferred, with format examples) or name, and the result is a set of Companies House deadlines. It states 'Free, no account', but does not give explicit when-to-use versus the sibling tool or exclusions.

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.

Resources