issuer_diligence_dossier
ActiveTool of io.github.blackboxfoundry/livedatalink
One-call NARRATIVE public-record diligence dossier for a public company / SEC issuer. Joins SEC EDGAR (registrant identity, CIK/ticker, recent filings and their form mix), federal courts via CourtListener (RECAP dockets whose name references the issuer), USAspending (federal contract awards, name-matched), and CPSC product-safety recalls into a readable brief with a short headline and four sections: Identity & SEC, Litigation, Federal business, and Product-safety. Every source degrades gracefully - a failing leg is noted, not fatal. This is a narrative synthesis, deliberately distinct from counterparty_risk_score (a 0-100 score) and entity_dossier (SEC+EPA+sanctions only). Informational public-record synthesis, not a background check or legal/financial advice.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"company"
],
"properties": {
"state": {
"type": "string",
"description": "Optional 2-letter state hint for disambiguation (currently informational)."
},
"ticker": {
"type": "string",
"description": "Optional stock ticker hint to pin the SEC EDGAR match (e.g. 'LMT')."
},
"company": {
"type": "string",
"description": "Public company / SEC issuer name (e.g. 'Lockheed Martin', 'Pfizer')."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries