You're viewing a demo portfolio

Join the waitlist
PRSM

edgar_full_text_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Full-text search across all SEC filings via the EDGAR EFTS index. Filter by comma-separated form types and date range. Useful for finding filings that mention specific terms.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "forms": {
      "type": "string",
      "description": "Comma-separated form types to filter (e.g. '10-K,10-Q'). Optional."
    },
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 25, max 100)."
    },
    "query": {
      "type": "string",
      "description": "Search query (e.g. 'cybersecurity incident', 'going concern')."
    },
    "end_date": {
      "type": "string",
      "description": "Optional ISO date upper bound (YYYY-MM-DD)."
    },
    "start_date": {
      "type": "string",
      "description": "Optional ISO date lower bound (YYYY-MM-DD)."
    }
  },
  "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 →
edgar_full_text_search — io.github.blackboxfoundry/livedatalink — PRSM MCP