You're viewing a demo portfolio

Join the waitlist
PRSM

ftg_business_plan

Active

Tool of gapup-mcp

declared in 0.2.0

Return the business plan for a market-gap opportunity — direct-trade or local-production, with CAPEX, OPEX, ROI, payback period, automation level and the full plan. Cache-first: returns the stored plan when available, otherwise reports that generation is required (the FTG platform produces plans on demand). When to use this tool: an agent has an opportunity_id (from ftg_market_gap) and needs the investable plan. Input: an opportunity_id.

Parameters schema

{
  "type": "object",
  "required": [
    "opportunity_id"
  ],
  "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."
    },
    "opportunity_id": {
      "type": "string",
      "description": "Opportunity id obtained from ftg_market_gap"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

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

2/7 registries
View full server →
ftg_business_plan — gapup-mcp — PRSM MCP