# build

A execute tool on the Adr Fpga Bootstrap MCP server.

Agent View of the PolicyLayer registry record for `build`. HTML page: https://policylayer.com/tools/adr-fpga-bootstrap/build

## Facts

- Tool: `build`
- Server: Adr Fpga Bootstrap (`zxyyz/adr-fpga-bootstrap`) — https://policylayer.com/tools/adr-fpga-bootstrap.md
- Homepage: https://github.com/zxyyz/adr-fpga-bootstrap
- Risk category: Execute (High risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Rate-limited

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "build",
    "arguments": {}
  }
}
```

## Why build is rated High

The 'build' tool in an 'Autonomous LLM build orchestrator' context clearly executes build operations (compilation, testing, linting, type-checking) that can run arbitrary code and external operations. While the description is empty, the server's purpose and sibling tools provide strong contextual evidence.

From the tool's own definition: "Tool named 'build' with empty description; sibling tools 'run', 'scan', 'status', and server description mentioning 'plans a goal into tasks, edits code with anchored SEARCH/REPLACE, and verifies every change through build/test/lint/typecheck gates' indicate…"

## Use case

AI agents invoke build to trigger actions in Adr Fpga Bootstrap. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Adr Fpga Bootstrap:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "build": {
      "limits": [
        {
          "counter": "build_rate",
          "window": "minute",
          "max": 10,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Adr Fpga Bootstrap (38)

- `job_cancel` — Destructive — https://policylayer.com/tools/adr-fpga-bootstrap/job-cancel.md
- `sources_remove` — Destructive — https://policylayer.com/tools/adr-fpga-bootstrap/sources-remove.md
- `messages` — Other — https://policylayer.com/tools/adr-fpga-bootstrap/messages.md
- `file_read` — Read — https://policylayer.com/tools/adr-fpga-bootstrap/file-read.md
- `host_status` — Read — https://policylayer.com/tools/adr-fpga-bootstrap/host-status.md
- `job_artifacts` — Read — https://policylayer.com/tools/adr-fpga-bootstrap/job-artifacts.md
- `job_list` — Read — https://policylayer.com/tools/adr-fpga-bootstrap/job-list.md
- `job_status` — Read — https://policylayer.com/tools/adr-fpga-bootstrap/job-status.md
- `sources_list` — Read — https://policylayer.com/tools/adr-fpga-bootstrap/sources-list.md
- `sync_status` — Read — https://policylayer.com/tools/adr-fpga-bootstrap/sync-status.md
- `add_include_dirs` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/add-include-dirs.md
- `agent_ensure` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/agent-ensure.md
- `file_grep` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/file-grep.md
- `ip_create` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/ip-create.md
- `ip_generate` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/ip-generate.md
- `ip_upgrade` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/ip-upgrade.md
- `job_events` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/job-events.md
- `job_logs` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/job-logs.md
- `project_close` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/project-close.md
- `project_info` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/project-info.md
- `project_open` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/project-open.md
- `project_unlock` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/project-unlock.md
- `report_cdc` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/report-cdc.md
- `report_clocks` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/report-clocks.md
- `report_diff` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/report-diff.md
- `report_drc` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/report-drc.md
- `report_methodology` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/report-methodology.md
- `report_power` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/report-power.md
- `report_timing_paths` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/report-timing-paths.md
- `report_timing_summary` — Write — https://policylayer.com/tools/adr-fpga-bootstrap/report-timing-summary.md
- …and 8 more: https://policylayer.com/tools/adr-fpga-bootstrap.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=adr-fpga-bootstrap · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/adr-fpga-bootstrap
