You're viewing a demo portfolio

Join the waitlist
PRSM

edgar_filing_content

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Fetch the text content of a specific SEC filing. Returns the primary document (10-K, 10-Q, etc.) stripped of HTML, suitable for LLM consumption. Use edgar_recent_filings first to get the accession number.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "cik",
    "accession_number"
  ],
  "properties": {
    "cik": {
      "type": "string",
      "description": "Filer CIK (with or without leading zeros)."
    },
    "max_chars": {
      "type": "number",
      "description": "Maximum characters of text to return (default 20000, max 200000)."
    },
    "accession_number": {
      "type": "string",
      "description": "Accession number (e.g. '0000320193-25-000006' or '000032019325000006')."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →