You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 4.97.1).

company-research-bundle

Inactive

Tool of The Stall

declared in 4.97.1

Entity-parametric company research in one call: live stock quote, quarterly income statements, and Wikipedia background. Optionally adds GitHub repo analysis and website intelligence when those inputs are provided. Parallel-safe for enriching lists of companies in distributed agentic pipelines. Replaces 3–5 individual cap calls; entity-parametric (one ticker per call).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "ticker"
  ],
  "properties": {
    "ticker": {
      "type": "string",
      "description": "US stock ticker symbol (e.g. AAPL, MSFT, NVDA). Used for stock quote and income statements."
    },
    "entity_name": {
      "type": "string",
      "description": "Company or entity name for Wikipedia lookup (e.g. 'Apple Inc'). Falls back to ticker if omitted."
    },
    "github_repo": {
      "type": "string",
      "description": "GitHub repo in 'owner/repo' format (e.g. 'microsoft/vscode'). If provided, adds GitHub repo intelligence to the result."
    },
    "website_url": {
      "type": "string",
      "description": "Company website URL (e.g. 'https://stripe.com'). If provided, adds website intelligence to the result."
    },
    "income_period": {
      "type": "string",
      "description": "Period type for income statements. Default: 'quarterly' (up to 4 recent quarters)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →