You're viewing a demo portfolio

Join the waitlist
PRSM

earnings_reviewer

Active

Tool of gapup-mcp

declared in 0.2.0

Earnings Reviewer — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Salesforce Q3 FY2026 — call transcript + 10-Q + guidance → analyst note. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "quarter",
    "transcriptExcerpt"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "ticker",
        "sector",
        "exchange"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "ticker": {
          "type": "string",
          "maxLength": 10,
          "minLength": 1
        },
        "exchange": {
          "enum": [
            "NYSE",
            "NASDAQ",
            "LSE",
            "Euronext",
            "TSX",
            "other"
          ],
          "type": "string",
          "default": "NASDAQ"
        }
      }
    },
    "quarter": {
      "type": "object",
      "required": [
        "label"
      ],
      "properties": {
        "label": {
          "type": "string",
          "maxLength": 30,
          "minLength": 2
        },
        "reportDate": {
          "type": "string",
          "maxLength": 30
        }
      }
    },
    "analystFocus": {
      "type": "string",
      "maxLength": 1000
    },
    "secFilingContext": {
      "type": "string",
      "maxLength": 20000
    },
    "transcriptExcerpt": {
      "type": "string",
      "maxLength": 50000,
      "minLength": 200
    }
  },
  "additionalProperties": true
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →