MCP Tool MCP

forward_check

About

Validates a forward model specification against the PWM physics DAG registry. Returns pass/fail with detailed mismatch diagnostics.

Capabilities

DAG validation Param checking Mismatch report

MCP Tool Specification

Input

spec_id: str, params: dict

Output

valid: bool, diagnostics: list

Usage in Claude Code

// Add PWM as MCP server in ~/.claude/mcp.json:
{
  "mcpServers": {
    "pwm": {
      "url": "https://physicsworldmodel.org/mcp"
    }
  }
}

// Then in Claude Code:
mcp__pwm__forward_check({ spec_id: str, params: dict })
Back to Agents