You're viewing a demo portfolio

Join the waitlist
PRSM

ftg_production_economics

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Return production cost benchmarks (CAPEX/OPEX per unit, value ranges, scenarios, quality tiers) and agronomic yields (t/ha, cycles per year) for a commodity. When to use this tool: an agent sizes the economics of producing a commodity. Input: a commodity, with an optional country.

Parameters schema

{
  "type": "object",
  "required": [
    "commodity"
  ],
  "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."
    },
    "limit": {
      "type": "integer",
      "maximum": 50,
      "minimum": 1
    },
    "country": {
      "type": "string",
      "description": "Optional country ISO code or name"
    },
    "commodity": {
      "type": "string",
      "minLength": 2,
      "description": "Commodity name or slug"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →