Skip to main content
Glama

Search Charity Commission Register

charity_search
Read-onlyIdempotent

Search the Charity Commission register for England and Wales by name or keyword. Get matching charities with registration number, status, and registration date to support UK due diligence checks.

Instructions

Search the Charity Commission register of England and Wales by name or keyword.

Returns matching charities with registration number, status, and registration date. Use charity_profile for full details once you have the charity number. The upstream searchCharityName endpoint returns the full list in one shot — pagination is applied client-side via offset/limit. A query that matches nothing is a successful empty result (charities: []), not an error — the upstream endpoint signals "no matches" with an HTTP 404, which is translated back into an empty result here rather than surfaced as a not-found failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax items to return in this page. Default 20; raise to 100 for bulk views.
queryYesCharity name or keyword to search for
offsetNoNumber of items to skip before this page. Default 0.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYesMax items requested for this page.
queryYesSearch term applied.
totalYesTotal matches returned by upstream.
offsetYesNumber of items skipped before this page (client-side).
has_moreYesTrue if more items may exist beyond this page. Re-call with offset=offset+returned to continue.
returnedYesItems actually returned on this page.
charitiesNoMatching charity records.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, etc.), the description discloses non-obvious upstream behavior: the endpoint returns the full list in one shot, pagination is applied client-side via offset/limit, and an upstream HTTP 404 is translated into an empty result rather than a failure. This gives the agent valuable operational context.

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 front-loaded with the core purpose and then adds only high-value details: the sibling alternative, pagination behavior, and empty-result semantics. Each sentence earns its place without repetition or 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?

Given the output schema exists, return values don't need elaboration. The description covers the search scope, alternative tool, pagination mechanics, and error semantics, making it fully sufficient for an agent to call this tool correctly without further ambiguity.

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 input schema already describes all three parameters (query, limit, offset) with full coverage, so the description adds no new parameter detail. The mention of client-side pagination indirectly supports offset/limit semantics, but it doesn't expand beyond what the schema already states; 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 states a specific verb ('Search'), a clear resource (the Charity Commission register of England and Wales), and the input mode ('by name or keyword'). It also distinguishes itself from 'charity_profile' by noting the latter is for full details after obtaining the charity number, making sibling differentiation explicit.

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?

The description explicitly tells the agent to use 'charity_profile' for full details once the charity number is known, providing a clear alternative and the condition for choosing it. It also clarifies the empty-result behavior, so the agent knows how to interpret a no-match response versus an error.

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/paulieb89/uk-due-diligence-mcp'

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