🔍

factorforge_verify_parameter

workflowby Eijex
FactorForgeWorkflowVerification

Generates a ready-to-execute parameter verification plan for any FactorForge constant (e.g. GC_OPT_MIN, CAI_THRESHOLD). Returns pre-filled PubMed search queries, decision gates at steps 3.5 and 6.5, and a registry output template. Start with query_pubmed to execute each step.

Key Features

1.

0→7 step structured research workflow

2.

Pre-filled PubMed search queries for each parameter

3.

Decision gates at STEP 3.5 and STEP 6.5

4.

Registry output template for traceability

Use Cases

  1. 1.Verify GC% thresholds against published literature
  2. 2.Validate CAI cutoff values for N. benthamiana expression
  3. 3.Re-evaluate any FactorForge scoring constant with new evidence

Parameters

NameTypeRequiredDescription
paramstringrequiredParameter name as it appears in the codebase (e.g. "GC_OPT_MIN")
current_valuestringrequiredCurrent value in the codebase (e.g. "55.0")
hypothesisstringoptionalWhat you expect the correct value to be, or why you are questioning the current value
keywordsstringoptionalAdditional PubMed keywords (e.g. "Nicotiana benthamiana transient expression")

Connection

.mcp.json / Claude Code settingsJSON
{
  "mcpServers": {
    "eijex": {
      "type": "http",
      "url": "https://mcp.eijex.com/api/mcp"
    }
  }
}

Related Tools