Skip to main content
Glama
mambalabsdev

mcp-funding-investor-record

Get Company Funding Record

get_company_funding_record
Read-onlyIdempotent

Retrieve a company's funding record from SEC Form D, UK Companies House, and press, with each figure labeled by its source to keep legal filings and press claims separate.

Instructions

Return a company's funding record from PRIMARY sources: SEC EDGAR Form D filings, UK Companies House registrations and press coverage. Returns one flat Clay ready row in which every number carries a source_of_record saying whether it came from a legal filing or a press release, because those are not the same kind of fact and merging them is the defect this tool exists to prevent. Only an EXACT entity match after corporate suffixes are stripped populates an amount; a near match such as a differently named subsidiary goes to separate related_entity columns as a named lead and can never be summed into a total. Not Crunchbase and not a resold database. Read only; requires an APIFY_TOKEN and consumes Apify credits per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourcesNoWhich sources to query. Regulatory sources are filings and are authoritative; press is the most recent and least verified. Choose "regulatory" when a number has to be defensible and "all" when recency matters more. Sent as a string for Clay compatibility.
skipCacheNoWhen "false" (default) a successful lookup is cached for seven days and reused, which costs you nothing on a repeated run. Set "true" to force a fresh fetch. Sent as a string for Clay compatibility.
company_nameNoStrongly recommended here. Every source in this actor is searched by NAME, not by domain, and the name is what the entity gate compares a filing against. A wrong or missing name is the single largest source of wrong rows.
minAmountUsdNoSets amount_meets_threshold on the row so you can filter to material raises without writing the comparison yourself. It never drops a row and never changes the amount returned. Sent as a string for Clay compatibility.
company_domainNoBare company domain, for example notion.com. Used to derive a company name when none is given, and carried on the row as the join key.
lookbackMonthsNoHow far back to consider a filing. 36 months by default. A Form D from six years ago is a real filing and usually not a current signal, and this is where you say which you mean. Sent as a string for Clay compatibility.
companiesHouseApiKeyNoYOUR OWN Companies House REST API key, free at developer.company-information.service.gov.uk. OPTIONAL: without one the UK columns report skipped rather than guessing, and the SEC and press sources still run. Marked secret, so the value never renders on this page.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint), the description discloses meaningful runtime behavior: it requires an APIFY_TOKEN, consumes credits per call, caches successful lookups for seven days, only populates amounts on exact entity matches, and sends near matches to related_entity columns. It also explains that legal filings and press releases are deliberately kept distinct via source_of_record. This is far more than the annotations provide.

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 dense but every sentence earns its place: purpose and sources, result shape and source_of_record logic, exact-match rules, exclusions, and auth/cost implications. It is front-loaded with the most important facts and avoids 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 explains what the returned row looks like, how numbers are attributed, how matching works, what happens with near matches, and what credentials are needed. Combined with the detailed parameter descriptions, an agent has enough context to call the tool correctly and interpret the result safely.

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 baseline is 3, but the description adds semantic value beyond the schema by explaining exact-match behavior after corporate suffix stripping and why a near match must never be summed into a total. It also clarifies the conceptual difference between 'source_of_record' values, which helps an agent interpret the company_name and sources parameters correctly.

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 opens with a specific verb and resource: 'Return a company's funding record from PRIMARY sources: SEC EDGAR Form D filings, UK Companies House registrations and press coverage.' It clearly distinguishes the tool from generic databases by saying 'Not Crunchbase and not a resold database,' and it explains the source-of-record concept that defines the tool.

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 gives explicit when-not guidance ('Not Crunchbase and not a resold database') and explains the tradeoff between authoritative regulatory filings and fresher press coverage. The parameter descriptions add concrete decision rules: choose 'regulatory' when a number must be defensible and 'all' when recency matters more. This tells an agent exactly how to route its choice.

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/mambalabsdev/mcp-funding-investor-record'

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